# HG changeset patch # User Nathan Walp # Date 1069954821 0 # Node ID 28100686bde9f53ecfebbd3628226a0b769e7903 # Parent 4168b8881746f5e72f8ff1a8ed704e5d0c8a8e54 [gaim-migrate @ 8288] i've got to quit making commits right before I go to bed committer: Tailor Script diff -r 4168b8881746 -r 28100686bde9 src/protocols/jabber/auth.c --- a/src/protocols/jabber/auth.c Thu Nov 27 07:04:26 2003 +0000 +++ b/src/protocols/jabber/auth.c Thu Nov 27 17:40:21 2003 +0000 @@ -75,7 +75,7 @@ auth = xmlnode_new("auth"); xmlnode_set_attrib(auth, "xmlns", "urn:ietf:params:xml:ns:xmpp-sasl"); - if(0 && digest_md5) { + if(digest_md5) { xmlnode_set_attrib(auth, "mechanism", "DIGEST-MD5"); js->auth_type = JABBER_AUTH_DIGEST_MD5; /*