diff src/protocols/jabber/auth.c @ 12540:b0ba132271a9

[gaim-migrate @ 14853] this doesn't make it work, but it does make it more correct committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sat, 17 Dec 2005 21:01:40 +0000
parents d85c2bfb2ea2
children 09cae5fdd5b6
line wrap: on
line diff
--- a/src/protocols/jabber/auth.c	Sat Dec 17 20:59:02 2005 +0000
+++ b/src/protocols/jabber/auth.c	Sat Dec 17 21:01:40 2005 +0000
@@ -200,7 +200,7 @@
 		secprops.max_ssf = -1;
 		secprops.maxbufsize = 4096;
 	} else {
-		plaintext = FALSE;
+		plaintext = TRUE;
 		secprops.max_ssf = 0;
 		secprops.maxbufsize = 0;
 	}