changeset 26836:a4b59d72b94b

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
author Paul Aurich <paul@darkrain42.org>
date Wed, 06 May 2009 22:01:23 +0000
parents a18d4cbcaf73
children 362c3e6f1f4a aa29dac7924f
files libpurple/protocols/jabber/libxmpp.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);