[Pidgin] #8666: XMPP: Default 'Require SSL/TLS' to checked
Pidgin
trac at pidgin.im
Fri Mar 13 21:18:10 EDT 2009
#8666: XMPP: Default 'Require SSL/TLS' to checked
------------------------+---------------------------------------------------
Reporter: darkrain42 | Owner: deryni
Type: defect | Status: new
Component: XMPP | Version: 2.5.5
Keywords: | Launchpad_bug:
------------------------+---------------------------------------------------
I was going to submit a patch for checking this option for just Google
Talk, but it was more ugly hackery in gtkaccount.c when we could just do
this:
{{{
--- libpurple/protocols/jabber/libxmpp.c
57be32934eb9f7a99243045cadba2059bcc3a4f4
+++ libpurple/protocols/jabber/libxmpp.c
6a8e69b369fd98953509bb543882dfed368e1776
@@ -213,7 +213,7 @@ init_plugin(PurplePlugin *plugin)
purple_account_user_split_set_reverse(split, FALSE);
prpl_info.user_splits = g_list_append(prpl_info.user_splits,
split);
- option = purple_account_option_bool_new(_("Require SSL/TLS"),
"require_tls", FALSE);
+ option = purple_account_option_bool_new(_("Require SSL/TLS"),
"require_tls", TRUE);
prpl_info.protocol_options =
g_list_append(prpl_info.protocol_options,
option);
}}}
--
Ticket URL: <http://developer.pidgin.im/ticket/8666>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list