log sat/plugins/plugin_xep_0060.py @ 4056:1c4f4aa36d98

age author description
23 months ago Goffi massive refactoring to switch from camelCase to snake_case:
24 months ago Goffi plugin XEP-0060: fix namespace on node subscriptions request
2022-12-05 Goffi plugin XEP-0470: create a default configuration if node config can't be accessed
2022-10-15 Goffi plugin OXPS, XEP-0060: indicate which items were e2ee:
2022-10-15 Goffi plugin OXPS: OpenPGP for XMPP Pubsub implementation:
2022-09-20 Syndace plugin XEP-0373 and XEP-0374: Implementation of OX and OXIM:
2022-08-23 Syndace plugin XEP-0384: Fully reworked to adjust to the reworked python-omemo:
2022-09-21 Goffi plugin XEP-0060: raise an `NotFound` exception instead of StanzaError in `subscribe`:
2022-07-21 Goffi plugin XEP-0060: sender can now be specified in `sendItems` and `publish`:
2022-07-20 Goffi plugin XEP-0060, tools (utils): doc/type hints
2022-07-20 Goffi core: fix calls to `domish.Element.elements`:
2022-07-14 Goffi plugin XEP-0060: fix bad naming of return variable
2022-07-14 Goffi plugin XEP-0060: handle priority in `addManagedNode`:
2022-06-29 Goffi plugin XEP-0060: type hints
2022-06-17 Goffi plugin XEP-0060: do not raise an error when not subscribed on unsubscribe:
2022-05-13 Goffi plugins XEP-0060, XEP-0376, XEP-0465, CLI: PAM + PSS implementation:
2022-05-13 Goffi plugin XEP-0060: use serialised options in `psSubscribe` + triggers update
2022-05-13 Goffi plugin XEP-0060: better filtering when looking for default pubsub service
2022-03-22 Goffi plugin XEP-0060: specify sender using `client.jid` in `subscribe`:
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-0060: `None` must not be used for `getItems`'s `node`
2021-07-29 Goffi plugin pubsub cache: Pubsub Caching implementation
2021-07-29 Goffi plugin XEP-0277: ignore `max_items` if `rsm_request` is set
2021-07-29 Goffi plugin XEP-0060: fix notification handling in `retractItems`
2021-07-29 Goffi plugin XEP-0060: add trigger points
2021-07-29 Goffi plugin XEP-0060: events callbacks can now be sync or async
2021-07-29 Goffi plugin XEP-0060: handle purge notifications
2021-07-28 Goffi plugin XEP-0060: getItems extra is now serialised dict