diff libpurple/protocols/jabber/auth.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 23fe481afccf
line wrap: on
line diff
--- a/libpurple/protocols/jabber/auth.c	Thu Mar 20 04:22:21 2008 +0000
+++ b/libpurple/protocols/jabber/auth.c	Thu Mar 20 08:42:15 2008 +0000
@@ -492,7 +492,7 @@
 #ifdef HAVE_CYRUS_SASL
 		/* Skip the GSSAPI mechanism unless it's enabled for this account */
 		if (mech_name && !strcmp(mech_name, "GSSAPI") &&
-			!purple_account_get_bool(js->gc->account, "auth_gssapi", FALSE)) {
+			!purple_account_get_bool(js->gc->account, "auth_gssapi", TRUE)) {
 			continue;
 		}