Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits:
d65645c8 by Ivan Shapovalov at 2024-02-08T17:16:47+00:00
feat: Add XEP-0353 namespace
- - - - -
1 changed file:
- nbxmpp/namespaces.py
Changes:
=====================================
nbxmpp/namespaces.py
=====================================
@@ -98,6 +98,7 @@ class _Namespaces:
JINGLE_RTP_AUDIO: str = 'urn:xmpp:jingle:apps:rtp:audio'
JINGLE_RTP_VIDEO: str = 'urn:xmpp:jingle:apps:rtp:video'
JINGLE_XTLS: str = 'urn:xmpp:jingle:security:xtls:0'
+ JINGLE_MESSAGE: str = 'urn:xmpp:jingle-message:0'
LAST: str = 'jabber:iq:last'
LOCATION: str = 'http://jabber.org/protocol/geoloc'
MAM_1: str = 'urn:xmpp:mam:1'
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/d65645c8c0270d93d6a39f75e192a63a04d447d8
--
View it on GitLab:
https://dev.gajim.org/gajim/python-nbxmpp/-/commit/d65645c8c0270d93d6a39f75e192a63a04d447d8
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]