aboutsummaryrefslogtreecommitdiff
path: root/src/base
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-07-05 01:32:09 +0200
committerLinus Jahn <lnj@kaidan.im>2021-08-22 16:09:02 +0200
commit6172dad1d7cc2b5816540503644da7704188f92a (patch)
tree8512a79c6a373ee228483111f02f22dc2a3fcaa7 /src/base
parentbcc19801f86a155177791d36cce20d9227d17dd4 (diff)
downloadqxmpp-6172dad1d7cc2b5816540503644da7704188f92a.tar.gz
Add QXmppPubSubManager
Supports the most common pubsub requests. Co-authored-by: Germán Márquez Mejía <mancho@olomono.de>
Diffstat (limited to 'src/base')
-rw-r--r--src/base/QXmppConstants.cpp1
-rw-r--r--src/base/QXmppConstants_p.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/base/QXmppConstants.cpp b/src/base/QXmppConstants.cpp
index 26c162be..00b7cabb 100644
--- a/src/base/QXmppConstants.cpp
+++ b/src/base/QXmppConstants.cpp
@@ -63,6 +63,7 @@ const char* ns_pubsub = "http://jabber.org/protocol/pubsub";
const char* ns_pubsub_errors = "http://jabber.org/protocol/pubsub#errors";
const char* ns_pubsub_event = "http://jabber.org/protocol/pubsub#event";
const char* ns_pubsub_owner = "http://jabber.org/protocol/pubsub#owner";
+const char* ns_pubsub_rsm = "http://jabber.org/protocol/pubsub#rsm";
// XEP-0065: SOCKS5 Bytestreams
const char* ns_bytestreams = "http://jabber.org/protocol/bytestreams";
// XEP-0066: Out of Band Data
diff --git a/src/base/QXmppConstants_p.h b/src/base/QXmppConstants_p.h
index 4407c5a0..20f8c6ea 100644
--- a/src/base/QXmppConstants_p.h
+++ b/src/base/QXmppConstants_p.h
@@ -75,6 +75,7 @@ extern const char* ns_pubsub;
extern const char* ns_pubsub_errors;
extern const char* ns_pubsub_event;
extern const char* ns_pubsub_owner;
+extern const char* ns_pubsub_rsm;
// XEP-0065: SOCKS5 Bytestreams
extern const char* ns_bytestreams;
// XEP-0066: Out of Band Data