Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'nbxmpp/namespaces.py')
-rw-r--r--nbxmpp/namespaces.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nbxmpp/namespaces.py b/nbxmpp/namespaces.py
index 77108a2..5f10d16 100644
--- a/nbxmpp/namespaces.py
+++ b/nbxmpp/namespaces.py
@@ -129,6 +129,7 @@ class _Namespaces:
PUBSUB_EVENT: str = 'http://jabber.org/protocol/pubsub#event'
PUBSUB_OWNER: str = 'http://jabber.org/protocol/pubsub#owner'
PUBSUB_PUBLISH_OPTIONS: str = 'http://jabber.org/protocol/pubsub#publish-options'
+ PUBSUB_NODE_MAX: str = 'http://jabber.org/protocol/pubsub#config-node-max'
RECEIPTS: str = 'urn:xmpp:receipts'
REGISTER: str = 'jabber:iq:register'
REGISTER_FEATURE: str = 'http://jabber.org/features/iq-register'