From c0412e29545c109e3473b38dbeba4e17514a7b05 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sat, 5 Jan 2019 13:18:45 +0100 Subject: Implement MIX-PAM XEP-0405: Presence extension This implements the new presence extension defined by XEP-0405: Mediated Information eXchange (MIX): Participant Server Requirements in version 0.4.0. https://xmpp.org/extensions/xep-0405.html#usecase-user-presence-receive --- src/base/QXmppConstants_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/base/QXmppConstants_p.h') diff --git a/src/base/QXmppConstants_p.h b/src/base/QXmppConstants_p.h index 5821a05a..e425485c 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -156,5 +156,6 @@ extern const char* ns_mix_node_info; // XEP-0405: Mediated Information eXchange (MIX): Participant Server Requirements extern const char* ns_mix_pam; extern const char* ns_mix_roster; +extern const char* ns_mix_presence; #endif // QXMPPCONSTANTS_H -- cgit v1.2.3