log sat/plugins/plugin_xep_0277.py @ 3836:e183f1fbfa8d

age author description
2022-05-13 Goffi plugin XEP-0277: be sure to have `service` set in `item2mbdata` and `node` when provided
2022-05-13 Goffi plugin XEP-0277: bridge method `mbIsCommentNode` + methods renaming
2022-05-13 Goffi plugin XEP-0277: fix `await` trigger incorrectly used on a sync trigger
2022-03-22 Goffi plugin XEP-0277: methods to check is a node is a comments node and to get its parent
2022-01-25 Goffi plugin XEP-0060, XEP-0163, XEP-0277, text syntaxes: make those plugins usable with components
2022-01-25 Goffi plugin XEP-0277: various fixes + async:
2021-09-26 Goffi plugin XEP-0277: import `SatXMPPEntity` from core_types
2021-09-08 Goffi merge bookmark `@`
2021-09-08 Goffi plugin XEP-0277: use `common.uri` to parse comment URIs
2021-07-29 Goffi plugin XEP-0277: pubsub cache analyser implementation
2021-07-29 Goffi plugin XEP-0277: ignore `max_items` if `rsm_request` is set
2021-07-28 Goffi plugin XEP-0060: getItems extra is now serialised dict
2021-06-30 Goffi plugin XEP-0060: `getItem(s)`, `publish` and `(un)subscribe` are now coroutines
2021-06-06 Goffi plugin XEP-0277: "user" part of author jid is used for author name when later is missing
2021-06-04 Goffi plugin XEP-0277: don't wrap `DataError` in `failure.Failure` in `parseCommentUrl` as it is not catched correctly: