diff plugins/PLAIN.js @ 64:d9f5ae0b6d98

Support for DIGEST-MD5 authentication. (plugin)
author Sonny Piers <sonny.piers@gmail.com>
date Wed, 01 Feb 2012 19:47:49 +0100
parents 20da4fb67977
children 2e8fbf3bce7f
line wrap: on
line diff
--- a/plugins/PLAIN.js
+++ b/plugins/PLAIN.js
@@ -34,7 +34,6 @@ Lightstring.plugins['PLAIN'] = {
              " mechanism='PLAIN'>" + token + "</auth>"
       );
     },
-    //TODO twice success event
     'success': function (stanza) {
       this.send(
         "<stream:stream to='" + this.jid.domain + "'" +