diff libervia/backend/memory/disco.py @ 4327:554a87ae17a6

plugin XEP-0048, XEP-0402; CLI (bookmarks): implement XEP-0402 (PEP Native Bookmarks): - Former bookmarks implementation is now labeled as "legacy". - XEP-0402 is now used for bookmarks when relevant namespaces are found, and it fallbacks to legacy XEP-0048/XEP-0049 bookmarks otherwise. - CLI legacy bookmark commands have been moved to `bookmarks legacy` - CLI bookmarks commands now use the new XEP-0402 (with fallback to legacy one automatically used if necessary).
author Goffi <goffi@goffi.org>
date Wed, 20 Nov 2024 11:43:27 +0100
parents 94e0968987cd
children e9971a4b0627
line wrap: on
line diff
--- a/libervia/backend/memory/disco.py	Wed Nov 20 11:38:44 2024 +0100
+++ b/libervia/backend/memory/disco.py	Wed Nov 20 11:43:27 2024 +0100
@@ -135,7 +135,7 @@
 
         @param feature: feature namespace
         @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: a Deferred which fire a boolean (True if feature is available)
         """
         disco_infos = await self.get_infos(client, jid_, node)