diff options
| author | JBB <jbb.prv@gmx.de> | 2020-03-29 21:40:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-29 21:40:17 +0200 |
| commit | 13870274bba1765a1fcecedb5bcc0eda8db682eb (patch) | |
| tree | ff8c15af87084dd8829e87de73fbf9f03e50cf74 /src/base/QXmppConstants_p.h | |
| parent | 1476fa153260487a6ddbc742ca6fdc4054ffd88a (diff) | |
| download | qxmpp-13870274bba1765a1fcecedb5bcc0eda8db682eb.tar.gz | |
Implement XEP-0357: Push Notifications enable/disable IQ (#271)
Co-authored-by: Robert Maerkisch <zatroxde@protonmail.ch>
Co-authored-by: Linus Jahn <lnj@kaidan.im>
Diffstat (limited to 'src/base/QXmppConstants_p.h')
| -rw-r--r-- | src/base/QXmppConstants_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/QXmppConstants_p.h b/src/base/QXmppConstants_p.h index 23b0fcdd..3cc2ca67 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -151,6 +151,8 @@ extern const char* ns_chat_markers; extern const char* ns_message_processing_hints; // XEP-0352: Client State Indication extern const char* ns_csi; +// XEP-0357: Push Notifications +extern const char* ns_push; // XEP-0359: Unique and Stable Stanza IDs extern const char* ns_sid; // XEP-0363: HTTP File Upload |
