# HG changeset patch # User Paul Aurich # Date 1241647283 0 # Node ID a4b59d72b94b9fb78670da003d973c961314e37d # Parent a18d4cbcaf73a7166b609d600d6a7ace060019b8 Marcus convinced me (I didn't need much) this is a better idea. I suggested an XML file (like the public servers) in jdev and Florob came back with a suggestion to encrypt the file transfers (+1). Marcus: I still wonder if we should set that default proxy... Marcus: it will be good for people using gmail diff -r a18d4cbcaf73 -r a4b59d72b94b libpurple/protocols/jabber/libxmpp.c --- a/libpurple/protocols/jabber/libxmpp.c Wed May 06 21:58:50 2009 +0000 +++ b/libpurple/protocols/jabber/libxmpp.c Wed May 06 22:01:23 2009 +0000 @@ -253,8 +253,9 @@ option = purple_account_option_string_new(_("File transfer proxies"), "ft_proxies", - /* TODO: Is this an acceptable default? */ - "proxy.jabber.org"); + /* TODO: Is this an acceptable default? + * Also, keep this in sync as they add more servers */ + "proxy.eu.jabber.org"); prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, option);