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:
authorYann Leboulanger <asterix@lagaule.org>2013-04-24 22:00:14 +0400
committerYann Leboulanger <asterix@lagaule.org>2013-04-24 22:00:14 +0400
commit29b0a800b3a89cf1ac56431468c01fc681e9b408 (patch)
tree5baeed6b165408beb8879ef63bcc2b5de49f1c2f
parent1d417bdab4d8413d84a37d0f27fd751790e56065 (diff)
add XEP-0308 namespace
-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'