diff options
author | Robert McQueen <robert.mcqueen@collabora.co.uk> | 2011-02-14 11:34:20 +0100 |
---|---|---|
committer | Robert McQueen <robert.mcqueen@collabora.co.uk> | 2011-02-14 11:43:23 +0100 |
commit | a97255f9c10dc882457288dab918db262e0a9ff0 (patch) | |
tree | 45cfa76563ae5de5a50980934d0ca927fa3f9673 /src/namespaces.h | |
parent | 876c39b07f657c53fd9fb257b72782884441f2ae (diff) |
connection: add support for jabber:iq:version (XEP-0092)
Updates a patch from #11291, thanks to Michael Scherer <misc@mandriva.org> for
the original patch.
Diffstat (limited to 'src/namespaces.h')
-rw-r--r-- | src/namespaces.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namespaces.h b/src/namespaces.h index 4193ef343..346da6183 100644 --- a/src/namespaces.h +++ b/src/namespaces.h @@ -110,6 +110,7 @@ #define NS_X_DELAY "jabber:x:delay" #define NS_X_CONFERENCE "jabber:x:conference" #define NS_XMPP_STANZAS "urn:ietf:params:xml:ns:xmpp-stanzas" +#define NS_VERSION "jabber:iq:version" #define NS_GEOLOC "http://jabber.org/protocol/geoloc" #define NS_GOOGLE_MAIL_NOTIFY "google:mail:notify" |