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-07-24 23:32:55 +0400
committerYann Leboulanger <asterix@lagaule.org>2013-07-24 23:32:55 +0400
commit53d03edbb153763a8eba67e45bf328cc41dde6b0 (patch)
tree8095978fdecd13334a49f078dddd69bfd54ebd84
parentcb2258d16dbb43c84047ee16db1f2d20fdf73e76 (diff)
add NS_MAM
-rw-r--r--nbxmpp/protocol.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nbxmpp/protocol.py b/nbxmpp/protocol.py
index 1691971..db30c74 100644
--- a/nbxmpp/protocol.py
+++ b/nbxmpp/protocol.py
@@ -99,6 +99,7 @@ NS_JINGLE_BYTESTREAM ='urn:xmpp:jingle:transports:s5b:1' # XEP-0260
NS_JINGLE_IBB = 'urn:xmpp:jingle:transports:ibb:1' # XEP-0261
NS_LAST = 'jabber:iq:last'
NS_LOCATION = 'http://jabber.org/protocol/geoloc' # XEP-0080
+NS_MAM = 'urn:xmpp:mam:tmp' # XEP-0313
NS_MESSAGE = 'message' # Jabberd2
NS_MOOD = 'http://jabber.org/protocol/mood' # XEP-0107
NS_MUC = 'http://jabber.org/protocol/muc'