diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-07-06 00:25:36 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-08-22 16:09:02 +0200 |
| commit | 086f366d800bd93563742426533848dc24aa6f30 (patch) | |
| tree | 46aed3ee693d4d3486d376ce63194e5fa9bf8bd5 /src/base/QXmppConstants_p.h | |
| parent | b53a3e4ac270cdea8d69529f06b844d917c345c1 (diff) | |
| download | qxmpp-086f366d800bd93563742426533848dc24aa6f30.tar.gz | |
Add QXmppPubSubSubscription
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 cdef36ee..4e0ee8b0 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -72,6 +72,8 @@ extern const char* ns_vcard; extern const char* ns_rsm; // XEP-0060: Publish-Subscribe extern const char* ns_pubsub; +extern const char* ns_pubsub_event; +extern const char* ns_pubsub_owner; // XEP-0065: SOCKS5 Bytestreams extern const char* ns_bytestreams; // XEP-0066: Out of Band Data |
