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
|
2021-06-30 |
Goffi |
plugin XEP-0060: `getItem(s)`, `publish` and `(un)subscribe` are now coroutines
|
2021-05-01 |
Goffi |
plugin XEP-0060, XEP-0277: new rename methods (`psItemRename`, `mbRename`):
|
2021-03-27 |
Goffi |
plugin XEP-0277: better resilience to broken items:
|
2021-03-19 |
Goffi |
date update
|
2021-02-27 |
Goffi |
plugin XEP-0060: added constants for overwrite policy configuration option
|
2021-02-19 |
Goffi |
plugin XEP-0060: renamed `psRetractItem(s)` to `psItem(s)Retract` for consistency.
|
2020-12-11 |
Goffi |
plugin XEP-0060: add constants for common values of publish model
|
2020-11-12 |
Goffi |
plugin XEP-0060: use `xml_tools.parse` instead of `wokkel.generic.parseXml`:
|
2020-07-17 |
Goffi |
plugin XEP-0060: serialise psItemsGet result with data_format
|
2020-07-16 |
Goffi |
plugins XEP-0059, XEP-0060, XEP-0277, XEP-0313: better serialisation:
|
2020-05-18 |
Goffi |
plugin XEP-0060: fixed payload parsing in sendItem
|
2020-03-11 |
Goffi |
plugin XEP-0060: async sendItems + precondition-not-met policy:
|
2020-01-29 |
Goffi |
fixed shebangs
|
2020-01-29 |
Goffi |
dates update
|
2019-12-28 |
Goffi |
plugin XEP-0060, jp (pubsub/set): publish-options implementation:
|
2019-11-08 |
Goffi |
plugin XEP-0277: fixed comments URLs parsing
|
2019-10-20 |
Goffi |
plugin XEP-0060: fixed bad MAM unwrapping after Python 3 port
|
2019-08-13 |
Goffi |
Python 3 port:
|
2019-04-14 |
Goffi |
tools (sat_defer), plugin XEP-0060: added a function "stanza2NotFound" to convert item-not-found StanzaError to exceptions.NotFound in an errback
|
2019-02-23 |
Goffi |
plugin XEP-0277: blog items data are now entirely serialised before going to bridge:
|
2019-02-15 |
Goffi |
plugin XEP-0060: added purgeNode/psNodePurge method to remove all items from a node
|
2019-02-15 |
Goffi |
plugin XEP-0060: added sendItems/psItemsSend method to publish several items at once
|
2019-01-15 |
Goffi |
plugin pubsub admin: pubsub administrator first draft:
|
2019-01-12 |
Goffi |
date update
|
2019-01-11 |
Goffi |
plugin XEP-0060: set a 30s timeout on items get
|
2019-01-06 |
Goffi |
plugins XEP-0060, XEP-0313: implemented Order-By protoXEP:
|
2019-01-06 |
Goffi |
plugin XEP-0060: fixed MAM return value on getItems():
|
2018-12-10 |
Goffi |
plugin XEP-0313, XEP-0045: loop MAM requests until whole archive is retrieved:
|
2018-12-01 |
Goffi |
plugin XEP-0060: use new parseExtra methods from MAM and RSM
|
2018-07-29 |
Goffi |
plugin XEP-0060: added singleton ID ("current")
|
2018-07-29 |
Goffi |
core: style improvments (90 chars limit)
|
2018-06-27 |
Goffi |
code style reformatting using black
|
2018-04-02 |
Goffi |
core, setup: huge cleaning:
base
src/plugins/plugin_xep_0060.py@27e42c1e6ced
|