diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-06-22 22:57:44 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-08-22 16:09:02 +0200 |
| commit | d4f5a0c418bf30c8e2d125957adff0e5ff731e54 (patch) | |
| tree | dac8305ffdaa2b3e0b67d9419326a0feee08ce41 /src/base/QXmppConstants_p.h | |
| parent | daa3385a3d0b14202cb6cdadaaca72c93614ecc6 (diff) | |
| download | qxmpp-d4f5a0c418bf30c8e2d125957adff0e5ff731e54.tar.gz | |
Implement XEP-0118: User Tune: Add PubSub item
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 93f5e8e2..bd1d39f7 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -102,6 +102,8 @@ extern const char* ns_stream_initiation_file_transfer; extern const char* ns_activity; // XEP-0115: Entity Capabilities extern const char* ns_capabilities; +// XEP-0118: User Tune +extern const char* ns_tune; // XEP-0136: Message Archiving extern const char* ns_archive; // XEP-0138: Stream Compression |
