Comment out DIGEST-MD5 until it is fully implemented

Sat, 15 Nov 2008 19:50:22 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 15 Nov 2008 19:50:22 +0000
changeset 291
5672d2be1bf3
parent 290
f9b7afd42b67
child 292
33175ad2f682

Comment out DIGEST-MD5 until it is fully implemented

plugins/mod_saslauth.lua file | annotate | diff | comparison | revisions
--- a/plugins/mod_saslauth.lua	Sat Nov 15 19:44:09 2008 +0000
+++ b/plugins/mod_saslauth.lua	Sat Nov 15 19:50:22 2008 +0000
@@ -101,7 +101,7 @@
 							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>");

mercurial