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>2014-12-27 18:14:12 +0300
committerYann Leboulanger <asterix@lagaule.org>2014-12-27 18:14:12 +0300
commitd21786cb28a9ab6ff2c6fd3f2c5246b4705bcc40 (patch)
treee026eb9e5e82a2d3dd5976341a41280e21b14411
parent481da08246f0f9de8c64aa5847e9f08c19dd4ac2 (diff)
update MAM namespace
-rw-r--r--nbxmpp/protocol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbxmpp/protocol.py b/nbxmpp/protocol.py
index d3ec421..f0cd0d0 100644
--- a/nbxmpp/protocol.py
+++ b/nbxmpp/protocol.py
@@ -100,7 +100,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_MAM = 'urn:xmpp:mam:0' # XEP-0313
NS_MESSAGE = 'message' # Jabberd2
NS_MOOD = 'http://jabber.org/protocol/mood' # XEP-0107
NS_MUC = 'http://jabber.org/protocol/muc'