changeset 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 a526eac4b9d6
children 28f03a3c56c2
files src/protocols/jabber/auth.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;
 	}