Mercurial > eldonilo > lightstring
diff plugins/DIGEST-MD5.js @ 66:fa184759fc41
Adds references to ANONYMOUS/DIGEST-MD5/PLAIN plugins.
author | Sonny Piers <sonny.piers@gmail.com> |
---|---|
date | Wed, 01 Feb 2012 21:52:10 +0100 |
parents | 2e8fbf3bce7f |
children | e1ccfb580228 |
line wrap: on
line diff
--- a/plugins/DIGEST-MD5.js +++ b/plugins/DIGEST-MD5.js @@ -16,6 +16,18 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +/* +References: + Extensible Messaging and Presence Protocol (XMPP): Core - SASL Negotiation + http://xmpp.org/rfcs/rfc6120.html#sasl + Simple Authentication and Security Layer (SASL) + http://tools.ietf.org/html/rfc4422 + HTTP Authentication: Basic and Digest Access Authentication + http://tools.ietf.org/html/rfc2617 + Using Digest Authentication as a SASL Mechanism + http://tools.ietf.org/html/rfc2831 +*/ + Lightstring.plugins['DIGEST-MD5'] = { handlers: { 'mechanisms': function (stanza) {