Philipp Hörist pushed to branch master at gajim / gajim
Commits: 11181f0f by André Apitzsch at 2024-03-10T11:00:32+01:00 fix: Advertise message styling support https://xmpp.org/extensions/xep-0393.html#disco - - - - - 1 changed file: - gajim/common/const.py Changes: ===================================== gajim/common/const.py ===================================== @@ -913,7 +913,8 @@ def is_active(self): Namespace.JINGLE_IBB, Namespace.AVATAR_METADATA + '+notify', Namespace.MESSAGE_MODERATE, - Namespace.OMEMO_TEMP_DL + '+notify' + Namespace.OMEMO_TEMP_DL + '+notify', + Namespace.STYLING, ] View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/11181f0fee878c5c2f1decf61b82cbba816282cd -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/11181f0fee878c5c2f1decf61b82cbba816282cd 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]
