[telepathy-gabble/master] Stop hardcoding a list of public proxies

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Dec 4 07:04:27 PST 2009


They should now get fetched through proxies.telepathy.im. This allow us a more
flexible control on the proxies used.
---
 src/connection.h |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)

diff --git a/src/connection.h b/src/connection.h
index 383393e..2178979 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -49,19 +49,7 @@ G_BEGIN_DECLS
 /* List of public SOCKS5 proxies:
  * http://coccinella.im/servers/servers_by_proxy_bytestreams.html */
 #define GABBLE_PARAMS_DEFAULT_SOCKS5_PROXIES             \
-    { "proxy.jabber.org", "proxy.jabberfr.org",\
-      "proxy65.rooyee.biz", "proxy.jabbim.cz",\
-      "proxy.911910.cn",\
-      "proxy.downtempo.de",\
-      "proxy.im.flosoft.biz",\
-      "proxy.jabber.bluendo.com", "proxy.jabber.dk", "proxy.jabber.freenet.de",\
-      "proxy.jabber.minus273.org",\
-      "proxy.jabber.planetteamspeak.com", "proxy.jabber.tf-network.de",\
-      "proxy.jabjab.de", "proxy.jabster.pl",\
-      "proxy.ubuntu-jabber.de", "proxy.ubuntu-jabber.net",\
-      "proxy65.unstable.nl", "proxy.verdammung.org", "proxy.vke.ru",\
-      "proxy.vodka-pomme.net", "proxy.jabbernet.eu",\
-      NULL }
+    { NULL }
 
 /* These proxies appeared to be the same as proxy.jabbernet.eu
     "proxy.jabberchat.eu", "proxy.shady.nl", "proxy.nedbsd.be",\
-- 
1.5.6.5




More information about the telepathy-commits mailing list