Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2012-04-09 15:38:28 +0400
committerYann Leboulanger <asterix@lagaule.org>2012-04-09 15:38:28 +0400
commit75c495979c9cf25bc993ccff5d9ef536ac219ff0 (patch)
tree5c6a7c97f526307a0a28829517ffefd972319d64 /src/common/xmpp
parent51cfe177a122ab51ecebcb84d922b5096b85cc4e (diff)
add XEP-0224 support (/attention command, persistant popup and special sound). F
ixes #3465
Diffstat (limited to 'src/common/xmpp')
-rw-r--r--src/common/xmpp/protocol.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/xmpp/protocol.py b/src/common/xmpp/protocol.py
index ea9fec970..1c92d1f47 100644
--- a/src/common/xmpp/protocol.py
+++ b/src/common/xmpp/protocol.py
@@ -40,6 +40,7 @@ NS_ARCHIVE_MANAGE = NS_ARCHIVE + ':manage' # XEP-0136
NS_ARCHIVE_MANUAL = NS_ARCHIVE + ':manual' # XEP-0136
NS_ARCHIVE_PREF = NS_ARCHIVE + ':pref'
NS_ATOM = 'http://www.w3.org/2005/Atom'
+NS_ATTENTION = 'urn:xmpp:attention:0' # XEP-0224
NS_AUTH = 'jabber:iq:auth'
NS_AVATAR = 'http://www.xmpp.org/extensions/xep-0084.html#ns-metadata'
NS_BIND = 'urn:ietf:params:xml:ns:xmpp-bind'