diff libervia/backend/memory/disco.py @ 4349:1bedcc6712e9

plugin XEP-0131: update triggers priority + add headers to MessageDataExtra: - Lower priority is used for triggers so other plugins can add headers before the XML is generated. - Added `headers` to `MessageDataExtra` type. rel 456
author Goffi <goffi@goffi.org>
date Fri, 28 Feb 2025 09:23:35 +0100
parents 17fa953c8cd7
children
line wrap: on
line diff
--- a/libervia/backend/memory/disco.py	Mon Jan 13 01:23:22 2025 +0100
+++ b/libervia/backend/memory/disco.py	Fri Feb 28 09:23:35 2025 +0100
@@ -198,7 +198,7 @@
         @param category: identity category
         @param type_: identity type
         @param jid_: jid of the target, or None for profile's server
-        @param node(unicode): optional node to use for disco request
+        @param node: optional node to use for disco request
         @return: True if the entity has the given identity
         """
         disco_infos = await self.get_infos(client, jid_, node)