# HG changeset patch # User ivan.komarov@soc.pidgin.im # Date 1288595436 0 # Node ID 20482793388071a108c9aa897eb08f50b25b134b # Parent 29c3443419c3457d3b1bab903863c3238216457e Use an SSL server by default for new OSCAR accounts. It doesn't matter much, because we will change the server to the correct host when connecting, but still. diff -r 29c3443419c3 -r 204827933880 libpurple/protocols/oscar/oscar.c --- a/libpurple/protocols/oscar/oscar.c Mon Nov 01 03:57:25 2010 +0000 +++ b/libpurple/protocols/oscar/oscar.c Mon Nov 01 07:10:36 2010 +0000 @@ -5678,7 +5678,7 @@ PurpleAccountOption *option; static gboolean init = FALSE; - option = purple_account_option_string_new(_("Server"), "server", get_login_server(is_icq, FALSE)); + option = purple_account_option_string_new(_("Server"), "server", get_login_server(is_icq, OSCAR_DEFAULT_USE_SSL)); prpl_info->protocol_options = g_list_append(prpl_info->protocol_options, option); option = purple_account_option_int_new(_("Port"), "port", OSCAR_DEFAULT_LOGIN_PORT);