# HG changeset patch # User Nathan Walp # Date 1134853300 0 # Node ID b0ba132271a930b5d77bab7e13c71e97587188d4 # Parent a526eac4b9d6be97e62483ea577740eeea872be1 [gaim-migrate @ 14853] this doesn't make it work, but it does make it more correct committer: Tailor Script diff -r a526eac4b9d6 -r b0ba132271a9 src/protocols/jabber/auth.c --- 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; }