pidgin: a05232ff: Use an SSL server by default for new OSC...

ivan.komarov at soc.pidgin.im ivan.komarov at soc.pidgin.im
Mon Nov 1 03:17:19 EDT 2010


----------------------------------------------------------------------
Revision: a05232ffa430529ccf3e31b0b2006324a28ef9bd
Parent:   28463210563e214424c638428d438ae2f4dd0b0e
Author:   ivan.komarov at soc.pidgin.im
Date:     11/01/10 03:10:36
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/a05232ffa430529ccf3e31b0b2006324a28ef9bd

Changelog: 

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.

Changes against parent 28463210563e214424c638428d438ae2f4dd0b0e

  patched  libpurple/protocols/oscar/oscar.c

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/oscar.c	3f9e1f34a8f0f081fd9c06c942a69887fec8b76b
+++ libpurple/protocols/oscar/oscar.c	52e33732eef12ac4c25c6f3e27804e3e07a1013c
@@ -5678,7 +5678,7 @@ void oscar_init(PurplePlugin *plugin, gb
 	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);


More information about the Commits mailing list