aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/QXmppConstants.cpp1
-rw-r--r--source/QXmppConstants.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/source/QXmppConstants.cpp b/source/QXmppConstants.cpp
index 22bc7ccc..2540e7b5 100644
--- a/source/QXmppConstants.cpp
+++ b/source/QXmppConstants.cpp
@@ -32,4 +32,5 @@ const char* ns_sasl = "urn:ietf:params:xml:ns:xmpp-sasl";
const char* ns_bind = "urn:ietf:params:xml:ns:xmpp-bind";
const char* ns_session = "urn:ietf:params:xml:ns:xmpp-session";
const char* ns_stanza = "urn:ietf:params:xml:ns:xmpp-stanzas";
+const char* ns_vcard = "vcard-temp";
diff --git a/source/QXmppConstants.h b/source/QXmppConstants.h
index ea2622fa..cb580f09 100644
--- a/source/QXmppConstants.h
+++ b/source/QXmppConstants.h
@@ -33,5 +33,6 @@ extern const char* ns_sasl;
extern const char* ns_bind;
extern const char* ns_session;
extern const char* ns_stanza;
+extern const char* ns_vcard;
#endif // QXMPPCONSTANTS_H