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:
authorlovetox <philipp@hoerist.com>2021-02-07 19:10:20 +0300
committerlovetox <philipp@hoerist.com>2021-02-19 00:47:07 +0300
commita8a240a2367827a75831ba0cf94144cc5076ab5f (patch)
tree69f086ec5883fa9eb787530b08daa51b384e2387
parent5fcbb2d1fdcf69b84fa6855a4a77e22527125f8b (diff)
Add Namespace
-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'