# HG changeset patch # User Emmanuel Gil Peyrot # Date 1328066022 -3600 # Node ID aaad98b33f860988812021dee3fdbacf6d326718 # Parent 0b7dd59e264a30b2985725d04ddb9983220634d1 Fix syntax errors. diff --git a/lightstring.js b/lightstring.js --- a/lightstring.js +++ b/lightstring.js @@ -38,7 +38,7 @@ var Lightstring = { //FIXME no ending "/" - node-xmpp-bosh bug return ""; }, close: function() { diff --git a/plugins/disco.js b/plugins/disco.js --- a/plugins/disco.js +++ b/plugins/disco.js @@ -25,7 +25,7 @@ Lightstring.plugins['disco'] = { 'disco#items': "http://jabber.org/protocol/disco#items" }, stanzas: { - 'disco#info': function(aTo, aNode) { + 'disco#items': function(aTo, aNode) { if(aTo) var iq = ""; else