diff options
| author | Linus Jahn <lnj@kaidan.im> | 2019-01-05 13:18:45 +0100 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2019-05-01 10:24:51 +0200 |
| commit | c0412e29545c109e3473b38dbeba4e17514a7b05 (patch) | |
| tree | 9c6d10d44198a6e06312899fffe42d3f7a183251 /src/base/QXmppConstants_p.h | |
| parent | f8fc440ef424dec4e465eb6a57eadb734f43da59 (diff) | |
| download | qxmpp-c0412e29545c109e3473b38dbeba4e17514a7b05.tar.gz | |
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
Diffstat (limited to 'src/base/QXmppConstants_p.h')
| -rw-r--r-- | src/base/QXmppConstants_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
