comparison libpurple/protocols/jabber/libxmpp.c @ 27173:a9fdf9327652

Make "BOSH URL" its own account option.
author Paul Aurich <paul@darkrain42.org>
date Thu, 25 Jun 2009 02:48:25 +0000
parents d31af94a715d
children e07abac099a2
comparison
equal deleted inserted replaced
27172:48df71b5cfd1 27173:a9fdf9327652
317 * Also, keep this in sync as they add more servers */ 317 * Also, keep this in sync as they add more servers */
318 "proxy.eu.jabber.org"); 318 "proxy.eu.jabber.org");
319 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, 319 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options,
320 option); 320 option);
321 321
322 option = purple_account_option_string_new(_("BOSH URL"),
323 "bosh_url", NULL);
324 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options,
325 option);
326
322 /* this should probably be part of global smiley theme settings later on, 327 /* this should probably be part of global smiley theme settings later on,
323 shared with MSN */ 328 shared with MSN */
324 option = purple_account_option_bool_new(_("Show Custom Smileys"), 329 option = purple_account_option_bool_new(_("Show Custom Smileys"),
325 "custom_smileys", TRUE); 330 "custom_smileys", TRUE);
326 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, 331 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options,