diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-04 17:22:36 +0000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-12-07 10:43:07 +0000 |
commit | 4f39f6e17d991d83442043d27b88af3b9465d2fa (patch) | |
tree | f703b9973e7dad0b51ca6074d06d7961d8f9beb7 /src | |
parent | a06796617e51b913dc5d466fb317b178d782f135 (diff) |
connection.h: remove old comments about proxies
Diffstat (limited to 'src')
-rw-r--r-- | src/connection.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/connection.h b/src/connection.h index 217897930..f74492450 100644 --- a/src/connection.h +++ b/src/connection.h @@ -46,15 +46,8 @@ G_BEGIN_DECLS #define GABBLE_PARAMS_DEFAULT_HTTPS_PROXY_PORT 443 #define GABBLE_PARAMS_DEFAULT_STUN_PORT 3478 #define GABBLE_PARAMS_DEFAULT_FALLBACK_STUN_SERVER "stun.collabora.co.uk" -/* List of public SOCKS5 proxies: - * http://coccinella.im/servers/servers_by_proxy_bytestreams.html */ -#define GABBLE_PARAMS_DEFAULT_SOCKS5_PROXIES \ - { NULL } - -/* These proxies appeared to be the same as proxy.jabbernet.eu - "proxy.jabberchat.eu", "proxy.shady.nl", "proxy.nedbsd.be",\ - "proxy.nedbsd.eu", "proxy.nedbsd.nl", "proxy.4business.nl"\ -*/ +#define GABBLE_PARAMS_DEFAULT_SOCKS5_PROXIES { NULL } + /* order must match array of statuses in conn-presence.c */ /* in increasing order of presence */ |