diff options
| author | Melvin Keskin <melvo@olomono.de> | 2022-01-27 15:33:52 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-04-09 20:14:49 +0200 |
| commit | 0c74602895d6f55fc73aee199a1009b3226d0949 (patch) | |
| tree | 01817f2b13460a04623703433459bf78730db9a2 /src/base/QXmppConstants_p.h | |
| parent | 5d02efadfe02c214c16a3b2e35a232ce5d549a03 (diff) | |
| download | qxmpp-0c74602895d6f55fc73aee199a1009b3226d0949.tar.gz | |
Constants: Add more PubSub namespaces
Diffstat (limited to 'src/base/QXmppConstants_p.h')
| -rw-r--r-- | src/base/QXmppConstants_p.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/base/QXmppConstants_p.h b/src/base/QXmppConstants_p.h index 346c60f5..6583cfdb 100644 --- a/src/base/QXmppConstants_p.h +++ b/src/base/QXmppConstants_p.h @@ -53,9 +53,18 @@ extern const char *ns_vcard; extern const char *ns_rsm; // XEP-0060: Publish-Subscribe extern const char *ns_pubsub; +extern const char *ns_pubsub_auto_create; +extern const char *ns_pubsub_config_node; +extern const char *ns_pubsub_config_node_max; +extern const char *ns_pubsub_create_and_configure; +extern const char *ns_pubsub_create_nodes; extern const char *ns_pubsub_errors; extern const char *ns_pubsub_event; +extern const char *ns_pubsub_multi_items; +extern const char *ns_pubsub_node_config; extern const char *ns_pubsub_owner; +extern const char *ns_pubsub_publish; +extern const char *ns_pubsub_publish_options; extern const char *ns_pubsub_rsm; // XEP-0065: SOCKS5 Bytestreams extern const char *ns_bytestreams; |
