Comment out DIGEST-MD5 until it is fully implemented
authorMatthew Wild <mwild1@gmail.com>
Sat, 15 Nov 2008 19:50:22 +0000 (19:50 +0000)
committerMatthew Wild <mwild1@gmail.com>
Sat, 15 Nov 2008 19:50:22 +0000 (19:50 +0000)
plugins/mod_saslauth.lua

index 2a1485d0d6bb5b45ea2f248938259e97229171c2..2b48ccffebe7a410596ac9e026b6232bb88c2940 100644 (file)
@@ -101,7 +101,7 @@ add_event_hook("stream-features",
                                                        t_insert(features, "<mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>");
                                                        -- TODO: Provide PLAIN only if TLS is active, this is a SHOULD from the introduction of RFC 4616. This behavior could be overridden via configuration but will issuing a warning or so.
                                                                t_insert(features, "<mechanism>PLAIN</mechanism>");
-                                                               t_insert(features, "<mechanism>DIGEST-MD5</mechanism>");
+                                                               -- t_insert(features, "<mechanism>DIGEST-MD5</mechanism>");
                                                        t_insert(features, "</mechanisms>");
                                                else
                                                        t_insert(features, "<bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'><required/></bind>");