changeset 26834:8114d961feaf

proxy.jabber.org hasn't existed in a while. proxy.eu.jabber.org does exist but is the first in a series of globally-distributed proxy servers. We could continually update this as they add more servers or leave it blank and put something in the FAQ about public bytestream proxy servers.
author Paul Aurich <paul@darkrain42.org>
date Wed, 06 May 2009 21:49:52 +0000
parents 8ba9852744d2
children a18d4cbcaf73
files libpurple/protocols/jabber/libxmpp.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/libxmpp.c	Wed May 06 19:19:35 2009 +0000
+++ b/libpurple/protocols/jabber/libxmpp.c	Wed May 06 21:49:52 2009 +0000
@@ -252,9 +252,7 @@
 						  option);
 
 	option = purple_account_option_string_new(_("File transfer proxies"),
-						  "ft_proxies",
-						/* TODO: Is this an acceptable default? */
-						  "proxy.jabber.org");
+						  "ft_proxies", NULL);
 	prpl_info.protocol_options = g_list_append(prpl_info.protocol_options,
 						  option);