Mercurial > eldonilo > lightstring
comparison plugins/PLAIN.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 The PLAIN Simple Authentication and Security Layer (SASL) Mechanism | |
26 http://tools.ietf.org/html/rfc4616 | |
17 */ | 27 */ |
18 | 28 |
19 Lightstring.plugins['PLAIN'] = { | 29 Lightstring.plugins['PLAIN'] = { |
20 handlers: { | 30 handlers: { |
21 'mechanisms': function (stanza) { | 31 'mechanisms': function (stanza) { |