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:
authorPhilipp Hörist <forenjunkie@chello.at>2018-07-06 20:18:20 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2018-07-06 20:18:20 +0300
commite2ab1ecf6eb4ef53eec10d036ce952c600522502 (patch)
treeb659a89cd4df8c8b43fe181411ae76f329ffc631
parent9073bb428557225040e4ad6fef2c514eb9146d16 (diff)
Add XEP-0084 namespaces
-rw-r--r--nbxmpp/protocol.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/nbxmpp/protocol.py b/nbxmpp/protocol.py
index 69126a7..da71773 100644
--- a/nbxmpp/protocol.py
+++ b/nbxmpp/protocol.py
@@ -43,6 +43,8 @@ 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_AVATAR_METADATA = 'urn:xmpp:avatar:metadata' # XEP-0084
+NS_AVATAR_DATA = 'urn:xmpp:avatar:data' # XEP-0084
NS_BIND = 'urn:ietf:params:xml:ns:xmpp-bind'
NS_BLOCKING = 'urn:xmpp:blocking' # XEP-0191
NS_BOB = 'urn:xmpp:bob' # XEP-0231