Mercurial > libervia-backend
diff sat/plugins/plugin_xep_0424.py @ 3887:6090141b1b70
plugin XEP-0424: rename bridge method:
``messRetract`` is renamed to ``messageRetract`` for consistency with other message bridge
methods.
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 31 Aug 2022 17:07:03 +0200 |
parents | 6952a002abc7 |
children | 524856bd7b19 |
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0424.py Wed Aug 31 17:07:03 2022 +0200 +++ b/sat/plugins/plugin_xep_0424.py Wed Aug 31 17:07:03 2022 +0200 @@ -76,7 +76,7 @@ host.registerNamespace("message-retract", NS_MESSAGE_RETRACT) host.trigger.add("messageReceived", self._messageReceivedTrigger, 100) host.bridge.addMethod( - "messRetract", + "messageRetract", ".plugin", in_sign="ss", out_sign="",