comparison libpurple/protocols/jabber/libxmpp.c @ 29047:031fd1cd88df

jabber: Update the default FT proxy (if it's still set as the previous, broken, default).
author Paul Aurich <paul@darkrain42.org>
date Mon, 15 Feb 2010 00:20:55 +0000
parents 86f5173195cd
children 185677f47825
comparison
equal deleted inserted replaced
29046:1c035c869344 29047:031fd1cd88df
381 381
382 option = purple_account_option_string_new(_("File transfer proxies"), 382 option = purple_account_option_string_new(_("File transfer proxies"),
383 "ft_proxies", 383 "ft_proxies",
384 /* TODO: Is this an acceptable default? 384 /* TODO: Is this an acceptable default?
385 * Also, keep this in sync as they add more servers */ 385 * Also, keep this in sync as they add more servers */
386 "proxy.eu.jabber.org"); 386 JABBER_DEFAULT_FT_PROXIES);
387 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, 387 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options,
388 option); 388 option);
389 389
390 option = purple_account_option_string_new(_("BOSH URL"), 390 option = purple_account_option_string_new(_("BOSH URL"),
391 "bosh_url", NULL); 391 "bosh_url", NULL);