Mercurial > libervia-backend
diff sat/plugins/plugin_xep_0060.py @ 3860:e417c478b488
plugin XEP-0060, tools (utils): doc/type hints
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 20 Jul 2022 17:18:17 +0200 |
parents | 3ef988734869 |
children | c3e6c54660da |
line wrap: on
line diff
--- a/sat/plugins/plugin_xep_0060.py Wed Jul 20 17:12:29 2022 +0200 +++ b/sat/plugins/plugin_xep_0060.py Wed Jul 20 17:18:17 2022 +0200 @@ -725,7 +725,9 @@ @param node (str): node id. @param max_items (int): optional limit on the number of retrieved items. @param item_ids (list[str]): identifiers of the items to be retrieved (can't be - used with rsm_request). + used with rsm_request). If requested items don't exist, they won't be + returned, meaning that we can have an empty list as result (NotFound + exception is NOT raised). @param sub_id (str): optional subscription identifier. @param rsm_request (rsm.RSMRequest): RSM request data @return: a deferred couple (list[dict], dict) containing: