From 6c82a7dd1f6290df5a0d54dcda8e5d57ee2d9c43 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Sat, 21 Jul 2012 12:40:49 +0200 Subject: add support for XEP-0071: XHTML-IM (fixes issue: #143) --- src/base/QXmppConstants.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/base/QXmppConstants.h') diff --git a/src/base/QXmppConstants.h b/src/base/QXmppConstants.h index 2428f5dd..4ee54e34 100644 --- a/src/base/QXmppConstants.h +++ b/src/base/QXmppConstants.h @@ -58,6 +58,8 @@ extern const char* ns_vcard; extern const char* ns_rsm; // XEP-0065: SOCKS5 Bytestreams extern const char* ns_bytestreams; +// XEP-0071: XHTML-IM +extern const char *ns_xhtml_im; // XEP-0077: In-Band Registration extern const char* ns_register; // XEP-0078: Non-SASL Authentication -- cgit v1.2.3