From 2aee289bdbf1b8a127951e9f1de05c5d568d36a2 Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Wed, 19 Nov 2008 21:29:03 +0000 Subject: [PATCH] Added jabber:iq:version namespace. to Strophe.NS. --- strophe.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/strophe.js b/strophe.js index 95024da4..aba59978 100644 --- a/strophe.js +++ b/strophe.js @@ -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