Mercurial > pidgin
comparison libpurple/protocols/jabber/libxmpp.c @ 22532:49deb72ffdc1
Discussion is in progress on pidgin-devel about the preference to enable/disable GSSAPI, but upon reflection it should, if it exists at all, default to TRUE. Making it do so for the time being.
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Thu, 20 Mar 2008 08:42:15 +0000 |
parents | aed6cbd18a3b |
children | e062a1dfe6ad a8a26b4d8458 |
comparison
equal
deleted
inserted
replaced
22531:c66dd9db3b09 | 22532:49deb72ffdc1 |
---|---|
225 option); | 225 option); |
226 | 226 |
227 #ifdef HAVE_CYRUS_SASL | 227 #ifdef HAVE_CYRUS_SASL |
228 option = purple_account_option_bool_new( | 228 option = purple_account_option_bool_new( |
229 _("Use GSSAPI (Kerberos v5) for authentication"), | 229 _("Use GSSAPI (Kerberos v5) for authentication"), |
230 "auth_gssapi", FALSE); | 230 "auth_gssapi", TRUE); |
231 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, | 231 prpl_info.protocol_options = g_list_append(prpl_info.protocol_options, |
232 option); | 232 option); |
233 #endif | 233 #endif |
234 | 234 |
235 option = purple_account_option_int_new(_("Connect port"), "port", 5222); | 235 option = purple_account_option_int_new(_("Connect port"), "port", 5222); |