comparison libpurple/protocols/oscar/oscar.c @ 25017:62a5a41c3dfd

Remove the "buggy" caveat -- I've been running it for a while and it works for me.
author Paul Aurich <paul@darkrain42.org>
date Wed, 14 Jan 2009 06:32:04 +0000
parents ff5e2356683f
children 6fe309e61bf9
comparison
equal deleted inserted replaced
25016:ff5e2356683f 25017:62a5a41c3dfd
7017 prpl_info->protocol_options = g_list_append(prpl_info->protocol_options, option); 7017 prpl_info->protocol_options = g_list_append(prpl_info->protocol_options, option);
7018 7018
7019 option = purple_account_option_int_new(_("Port"), "port", OSCAR_DEFAULT_LOGIN_PORT); 7019 option = purple_account_option_int_new(_("Port"), "port", OSCAR_DEFAULT_LOGIN_PORT);
7020 prpl_info->protocol_options = g_list_append(prpl_info->protocol_options, option); 7020 prpl_info->protocol_options = g_list_append(prpl_info->protocol_options, option);
7021 7021
7022 option = purple_account_option_bool_new(_("Use SSL (buggy)"), "use_ssl", 7022 option = purple_account_option_bool_new(_("Use SSL"), "use_ssl",
7023 OSCAR_DEFAULT_USE_SSL); 7023 OSCAR_DEFAULT_USE_SSL);
7024 prpl_info->protocol_options = g_list_append(prpl_info->protocol_options, option); 7024 prpl_info->protocol_options = g_list_append(prpl_info->protocol_options, option);
7025 7025
7026 option = purple_account_option_bool_new( 7026 option = purple_account_option_bool_new(
7027 _("Always use AIM/ICQ proxy server for\nfile transfers and direct IM (slower,\nbut does not reveal your IP address)"), "always_use_rv_proxy", 7027 _("Always use AIM/ICQ proxy server for\nfile transfers and direct IM (slower,\nbut does not reveal your IP address)"), "always_use_rv_proxy",