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
path: root/nbxmpp
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2020-08-06 21:56:18 +0300
committerlovetox <philipp@hoerist.com>2020-09-23 00:21:15 +0300
commit397d7c5abe0d8b75351047f8d1e429f0fad34a45 (patch)
tree539dfc2dfc8edc85cc620fd3fc8da21adcf55dda /nbxmpp
parentddb5134fc83a98825d256336445e84a1ee1d9002 (diff)
Add Namespace
Diffstat (limited to 'nbxmpp')
-rw-r--r--nbxmpp/namespaces.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nbxmpp/namespaces.py b/nbxmpp/namespaces.py
index 33da6b6..046717d 100644
--- a/nbxmpp/namespaces.py
+++ b/nbxmpp/namespaces.py
@@ -121,6 +121,7 @@ class _Namespaces:
PUBKEY_PUBKEY: str = 'urn:xmpp:pubkey:2'
PUBKEY_REVOKE: str = 'urn:xmpp:revoke:2'
PUBSUB: str = 'http://jabber.org/protocol/pubsub'
+ PUBSUB_ERROR: str = 'http://jabber.org/protocol/pubsub#errors'
PUBSUB_CONFIG: str = 'http://jabber.org/protocol/pubsub#node_config'
PUBSUB_EVENT: str = 'http://jabber.org/protocol/pubsub#event'
PUBSUB_OWNER: str = 'http://jabber.org/protocol/pubsub#owner'