comparison 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
comparison
equal deleted inserted replaced
65:2e8fbf3bce7f 66:fa184759fc41
12 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */
18
19 /*
20 References:
21 Extensible Messaging and Presence Protocol (XMPP): Core - SASL Negotiation
22 http://xmpp.org/rfcs/rfc6120.html#sasl
23 Simple Authentication and Security Layer (SASL)
24 http://tools.ietf.org/html/rfc4422
25 HTTP Authentication: Basic and Digest Access Authentication
26 http://tools.ietf.org/html/rfc2617
27 Using Digest Authentication as a SASL Mechanism
28 http://tools.ietf.org/html/rfc2831
17 */ 29 */
18 30
19 Lightstring.plugins['DIGEST-MD5'] = { 31 Lightstring.plugins['DIGEST-MD5'] = {
20 handlers: { 32 handlers: {
21 'mechanisms': function (stanza) { 33 'mechanisms': function (stanza) {