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/protocol.py')
-rw-r--r--nbxmpp/protocol.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nbxmpp/protocol.py b/nbxmpp/protocol.py
index 72fe052..c4fa1df 100644
--- a/nbxmpp/protocol.py
+++ b/nbxmpp/protocol.py
@@ -61,6 +61,7 @@ NS_COMPONENT_ACCEPT = 'jabber:component:accept'
NS_COMPONENT_1 = 'http://jabberd.jabberstudio.org/ns/component/1.0'
NS_COMPRESS = 'http://jabber.org/protocol/compress' # XEP-0138
NS_CONFERENCE = 'jabber:x:conference'
+NS_CORRECT = 'urn:xmpp:message-correct:0' # XEP-0308
NS_DATA = 'jabber:x:data' # XEP-0004
NS_DATA_MEDIA = 'urn:xmpp:media-element' # XEP-0221
NS_DELAY = 'jabber:x:delay'