# HG changeset patch # User Sonny Piers # Date 1328062334 -3600 # Node ID 770bb8460df86226e9d160c56a1fff06962eff17 # Parent e25dfe389dabf6623f5855d41127af60fd68a759 Some improvements on namespaces. diff --git a/lightstring.js b/lightstring.js --- a/lightstring.js +++ b/lightstring.js @@ -23,10 +23,11 @@ var Lightstring = { /** * @namespace Holds XMPP namespaces. + * @description http://xmpp.org/xmpp-protocols/protocol-namespaces */ ns: { - stream: 'http://etherx.jabber.org/streams', - jabberClient: 'jabber:client' + streams: 'http://etherx.jabber.org/streams', + jabber_client: 'jabber:client' }, /** * @namespace Holds XMPP stanza builders. @@ -36,8 +37,8 @@ var Lightstring = { open: function(aService) { //FIXME no ending "/" - node-xmpp-bosh bug return ""; }, close: function() {