Skip to content

Commit

Permalink
Added jabber:iq:version namespace. to Strophe.NS.
Browse files Browse the repository at this point in the history
  • Loading branch information
metajack committed Nov 19, 2008
1 parent 29b31e9 commit 2aee289
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion strophe.js
Expand Up @@ -194,7 +194,8 @@ Strophe = {
SASL: "urn:ietf:params:xml:ns:xmpp-sasl",
STREAM: "http://etherx.jabber.org/streams",
BIND: "urn:ietf:params:xml:ns:xmpp-bind",
SESSION: "urn:ietf:params:xml:ns:xmpp-session"
SESSION: "urn:ietf:params:xml:ns:xmpp-session",
VERSION: "jabber:iq:version"
},

/** Constants: Connection Status Constants
Expand Down

0 comments on commit 2aee289

Please sign in to comment.