libpurple/protocols/jabber/libxmpp.c

changeset 27058
4f1de8106fb9
parent 27028
1a2ef7ddb463
child 27059
41bbcd017c20
equal deleted inserted replaced
27057:914a46942f4b 27058:4f1de8106fb9
250 "connect_server", NULL); 250 "connect_server", NULL);
251 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, 251 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options,
252 option); 252 option);
253 253
254 option = purple_account_option_string_new(_("File transfer proxies"), 254 option = purple_account_option_string_new(_("File transfer proxies"),
255 "ft_proxies", 255 "ft_proxies", NULL);
256 /* TODO: Is this an acceptable default? */
257 "proxy.jabber.org");
258 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, 256 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options,
259 option); 257 option);
260 258
261 /* this should probably be part of global smiley theme settings later on, 259 /* this should probably be part of global smiley theme settings later on,
262 shared with MSN */ 260 shared with MSN */

mercurial