[Git][gajim/python-nbxmpp][master] Add XEP-0084 namespaces

Philipp Hörist gitlab at dev.gajim.org
Fri Jul 6 19:18:32 CEST 2018


Philipp Hörist pushed to branch master at gajim / python-nbxmpp


Commits:
e2ab1ecf by Philipp Hörist at 2018-07-06T19:18:20+02:00
Add XEP-0084 namespaces

- - - - -


1 changed file:

- nbxmpp/protocol.py


Changes:

=====================================
nbxmpp/protocol.py
=====================================
--- 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



View it on GitLab: https://dev.gajim.org/gajim/python-nbxmpp/commit/e2ab1ecf6eb4ef53eec10d036ce952c600522502

-- 
View it on GitLab: https://dev.gajim.org/gajim/python-nbxmpp/commit/e2ab1ecf6eb4ef53eec10d036ce952c600522502
You're receiving this email because of your account on dev.gajim.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gajim.org/pipermail/commits/attachments/20180706/b1d5c165/attachment.html>


More information about the Commits mailing list