# HG changeset patch # User Paul Aurich # Date 1241646592 0 # Node ID 8114d961feaf10aec22ac251a25ce937938a7fd1 # Parent 8ba9852744d25327cbb27e49b2e9f6930e894db7 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. diff -r 8ba9852744d2 -r 8114d961feaf libpurple/protocols/jabber/libxmpp.c --- 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);