changeset 31094:204827933880

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.
author ivan.komarov@soc.pidgin.im
date Mon, 01 Nov 2010 07:10:36 +0000
parents 29c3443419c3
children 9fccebaac7c5
files libpurple/protocols/oscar/oscar.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);