diff options
| author | Tibor Csötönyi <work@taibsu.de> | 2023-05-03 15:33:35 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2023-05-14 23:58:00 +0200 |
| commit | 2fde987d39dc66f028ea3ff44929ebd6e2b37f90 (patch) | |
| tree | 14ce02a68b801caf984f74700ea28c0a85fc5b3b /src/base/QXmppConstants_p.h | |
| parent | 44e9657c4e1551697f496cc9415f3d458103ca5c (diff) | |
| download | qxmpp-2fde987d39dc66f028ea3ff44929ebd6e2b37f90.tar.gz | |
Add XEP-0353: Jingle Message Initiation data classes
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 b90346b6..c859de96 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -172,6 +172,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-0353: Jingle Message Initiation +extern const char *ns_jingle_message_initiation; // XEP-0357: Push Notifications extern const char *ns_push; // XEP-0359: Unique and Stable Stanza IDs |
