summaryrefslogtreecommitdiff
path: root/src/bytestream-socks5.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-03-16 11:47:28 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-03-24 14:29:01 +0000
commitcabace865cb29a711104b8933551e8570be95474 (patch)
tree8c145192da399cfe959239c246e71376ca6ad254 /src/bytestream-socks5.c
parent8d94a6f07fa33ed66dc1b546d17cb0cff8363893 (diff)
downloadtelepathy-gabble-cabace865cb29a711104b8933551e8570be95474.tar.gz
remove FIXME about proxies as we implement them now
Diffstat (limited to 'src/bytestream-socks5.c')
-rw-r--r--src/bytestream-socks5.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bytestream-socks5.c b/src/bytestream-socks5.c
index 8214d6e36..6faa11845 100644
--- a/src/bytestream-socks5.c
+++ b/src/bytestream-socks5.c
@@ -1837,10 +1837,6 @@ gabble_bytestream_socks5_initiate (GabbleBytestreamIface *iface)
g_list_free (ips);
g_free (port);
- /* FIXME: for now we support only direct connections, we should also
- * add support for external proxies to have more chances to make the
- * bytestream work */
-
proxies = gabble_bytestream_factory_get_socks_proxies(
priv->conn->bytestream_factory);