Backed out previous change
[citadel.git] / citadel / modules / jabber / xmpp_sasl_service.c
index 41458597404a9ced5466c985e03dbdc0a14f61b1..984a32e23f041242310a6aac3a8d5bc4e36089b3 100644 (file)
@@ -3,8 +3,7 @@
  *
  * Barebones SASL authentication service for XMPP (Jabber) clients.
  *
- * Why barebones?  Because RFC3920 says we "must" support DIGEST-MD5 but
- * we only support PLAIN.
+ * Note: RFC3920 says we "must" support DIGEST-MD5 but we only support PLAIN.
  *
  * Copyright (c) 2007 by Art Cancro
  * This code is released under the terms of the GNU General Public License.
@@ -126,8 +125,8 @@ void jabber_offer_non_sasl_authentication(void) {
        cprintf("<query xmlns=\"jabber:iq:auth\">"
                "<username/>"
                "<password/>"
-               /* "<digest/>" */
-               /* "<resource/>" */
+               "<digest/>"
+               "<resource/>"
                "</query>"
        );
 }