diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-02-18 14:35:48 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-02-18 14:35:48 +0000 |
| commit | c5a44ae2523a298737d3ba8be0b32318a03d7260 (patch) | |
| tree | e6be40f0a9d053a1edd3f859574897cf191f84e5 /source/QXmppConstants.cpp | |
| parent | 87b7c17bb63e55109e3c0b67dd5dd97803562897 (diff) | |
| download | qxmpp-c5a44ae2523a298737d3ba8be0b32318a03d7260.tar.gz | |
add support for XEP-0085 : Chat State Notifications
Diffstat (limited to 'source/QXmppConstants.cpp')
| -rw-r--r-- | source/QXmppConstants.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/QXmppConstants.cpp b/source/QXmppConstants.cpp index 02855c74..f461ff93 100644 --- a/source/QXmppConstants.cpp +++ b/source/QXmppConstants.cpp @@ -46,3 +46,4 @@ const char *ns_muc = "http://jabber.org/protocol/muc"; const char *ns_muc_admin = "http://jabber.org/protocol/muc#admin"; const char *ns_muc_owner = "http://jabber.org/protocol/muc#owner"; const char *ns_muc_user = "http://jabber.org/protocol/muc#user"; +const char *ns_chat_states = "http://jabber.org/protocol/chatstates"; |
