Mercurial > libervia-backend
diff libervia/backend/plugins/plugin_xep_0444.py @ 4163:3b3cd9453d9b
plugin XEP-0308: implement Last Message Correction
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 28 Nov 2023 17:38:31 +0100 |
parents | 04cdcb3fd713 |
children | 5d2de6c1156d |
line wrap: on
line diff
--- a/libervia/backend/plugins/plugin_xep_0444.py Tue Nov 28 17:37:02 2023 +0100 +++ b/libervia/backend/plugins/plugin_xep_0444.py Tue Nov 28 17:38:31 2023 +0100 @@ -57,7 +57,7 @@ # TODO: implement and use occupant-ID (XEP-0421), and check sender (see # https://xmpp.org/extensions/xep-0444.html#acceptable-reactions). def __init__(self, host): - log.info(_("Message Reactions initialization")) + log.info(f"plugin {PLUGIN_INFO[C.PI_NAME]!r} initialization") host.register_namespace("reactions", NS_REACTIONS) self.host = host self._m = host.plugins["XEP-0045"]