log sat/plugins/plugin_xep_0277.py @ 3802:983df907d456

age author description
Fri, 13 May 2022 18:50:33 +0200 Goffi plugin XEP-0277: be sure to have `service` set in `item2mbdata` and `node` when provided
Fri, 13 May 2022 18:48:41 +0200 Goffi plugin XEP-0277: bridge method `mbIsCommentNode` + methods renaming
Fri, 13 May 2022 18:46:51 +0200 Goffi plugin XEP-0277: fix `await` trigger incorrectly used on a sync trigger
Tue, 22 Mar 2022 17:00:42 +0100 Goffi plugin XEP-0277: methods to check is a node is a comments node and to get its parent
Tue, 25 Jan 2022 17:26:05 +0100 Goffi plugin XEP-0060, XEP-0163, XEP-0277, text syntaxes: make those plugins usable with components
Tue, 25 Jan 2022 17:22:15 +0100 Goffi plugin XEP-0277: various fixes + async:
Sun, 26 Sep 2021 16:38:40 +0200 Goffi plugin XEP-0277: import `SatXMPPEntity` from core_types
Wed, 08 Sep 2021 11:20:37 +0200 Goffi merge bookmark `@`
Wed, 08 Sep 2021 11:14:53 +0200 Goffi plugin XEP-0277: use `common.uri` to parse comment URIs
Thu, 29 Jul 2021 22:51:01 +0200 Goffi plugin XEP-0277: pubsub cache analyser implementation
Thu, 29 Jul 2021 21:28:48 +0200 Goffi plugin XEP-0277: ignore `max_items` if `rsm_request` is set
Wed, 28 Jul 2021 23:01:15 +0200 Goffi plugin XEP-0060: getItems extra is now serialised dict
Wed, 30 Jun 2021 16:19:14 +0200 Goffi plugin XEP-0060: `getItem(s)`, `publish` and `(un)subscribe` are now coroutines
Sun, 06 Jun 2021 22:06:28 +0200 Goffi plugin XEP-0277: "user" part of author jid is used for author name when later is missing
Fri, 04 Jun 2021 17:18:44 +0200 Goffi plugin XEP-0277: don't wrap `DataError` in `failure.Failure` in `parseCommentUrl` as it is not catched correctly: