diff options
| author | Linus Jahn <lnj@kaidan.im> | 2021-08-01 22:48:27 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-08-22 16:09:02 +0200 |
| commit | bcc19801f86a155177791d36cce20d9227d17dd4 (patch) | |
| tree | 37c0ba09371c93930ceaff634a7c0564a0a689c6 /src/base/QXmppConstants_p.h | |
| parent | d4f5a0c418bf30c8e2d125957adff0e5ff731e54 (diff) | |
| download | qxmpp-bcc19801f86a155177791d36cce20d9227d17dd4.tar.gz | |
Implement XEP-0118: User Tune: Add manager with tests
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 bd1d39f7..4407c5a0 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -104,6 +104,7 @@ extern const char* ns_activity; extern const char* ns_capabilities; // XEP-0118: User Tune extern const char* ns_tune; +extern const char* ns_tune_notify; // XEP-0136: Message Archiving extern const char* ns_archive; // XEP-0138: Stream Compression |
