| 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 */ |