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


Commits:
6b441d7f by lovetox at 2020-12-28T13:48:48+01:00
Add Namespaces

- - - - -


1 changed file:

- nbxmpp/namespaces.py


Changes:

=====================================
nbxmpp/namespaces.py
=====================================
@@ -62,6 +62,7 @@ class _Namespaces:
     DOMAIN_BASED_NAME: str = 'urn:xmpp:domain-based-name:1'
     EME: str = 'urn:xmpp:eme:0'
     ENCRYPTED: str = 'jabber:x:encrypted'
+    FILE_METADATA: str = 'urn:xmpp:file:metadata:0'
     FORWARD: str = 'urn:xmpp:forward:0'
     FRAMING: str = 'urn:ietf:params:xml:ns:xmpp-framing'
     GATEWAY: str = 'jabber:iq:gateway'
@@ -142,10 +143,12 @@ class _Namespaces:
     SECLABEL: str = 'urn:xmpp:sec-label:0'
     SECLABEL_CATALOG: str = 'urn:xmpp:sec-label:catalog:2'
     SESSION: str = 'urn:ietf:params:xml:ns:xmpp-session'
+    SFS: str = 'urn:xmpp:sfs:0'
     SID: str = 'urn:xmpp:sid:0'
     SIGNED: str = 'jabber:x:signed'
     SIMS: str = 'urn:xmpp:sims:1'
     STANZAS: str = 'urn:ietf:params:xml:ns:xmpp-stanzas'
+    STICKERS: str = 'urn:xmpp:stickers:0'
     STREAM: str = 'http://affinix.com/jabber/stream'
     STREAMS: str = 'http://etherx.jabber.org/streams'
     STREAM_MGMT: str = 'urn:xmpp:sm:3'
@@ -153,6 +156,7 @@ class _Namespaces:
     TIME_REVISED: str = 'urn:xmpp:time'
     TLS: str = 'urn:ietf:params:xml:ns:xmpp-tls'
     TUNE: str = 'http://jabber.org/protocol/tune'
+    URL_DATA: str = 'http://jabber.org/protocol/url-data'
     VCARD: str = 'vcard-temp'
     VCARD_UPDATE: str = 'vcard-temp:x:update'
     VCARD_CONVERSION: str = 'urn:xmpp:pep-vcard-conversion:0'



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

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/6b441d7fec33a2d96c80487e0da1dc00e3a12598
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to