log

age author description
5 months ago Goffi component email gateway: Add support for XEP-0131 headers:
5 months ago Goffi cli (message/send): add arguments to send keywords and headers:
5 months ago Goffi tests (unit): add XEP-0131 tests:
5 months ago Goffi plugin XEP-0131: Stanza Headers and Internet Metadata implementation:
5 months ago Goffi plugin XEP-0033: formatting.
5 months ago Goffi doc (components): update doc to indicate support of addressing metadata.
5 months ago Goffi doc (cli/message): add documentation for new addressing commands:
5 months ago Goffi test (unit): add test for email gateway:
5 months ago Goffi component email gateway: add multicasting:
5 months ago Goffi cli (message/send): add arguments for message addressing:
5 months ago Goffi test (unit): add test for plugin XEP-0033:
5 months ago Goffi plugin XEP-0033: code modernisation, improve delivery, data validation:
5 months ago Goffi tests: reformat tests using black.
6 months ago Goffi doc (components): new Email gateway documentation:
6 months ago Goffi component email-gateway: first draft:
6 months ago Goffi doc (cli): documentation for new `gateway` command:
6 months ago Goffi CLI: add commands to handle gateways:
6 months ago Goffi plugin XEP-0077, XEP-0100: Adapt to component, and modernize:
6 months ago Goffi tools (xml_tools): add `namespace` argument to `xmlui_result_to_elt`:
6 months ago Goffi plugin XEP-0106, tools (common/email): type hints.
6 months ago Goffi core (xmpp): move `is_local` to `SatXMPPEntity` + type hints + some log level changes.
6 months ago Goffi core (models): add new models for `DiscoIdentity` and `JID`:
6 months ago Goffi frontends (tools/aio): Fix excessive use of CPU:
7 months ago Goffi component conferences, plugin XEP-0167, XEP-0298: add stream user metadata:
7 months ago Goffi tests (unit): add test for XEP-0298 plugin + fix XEP-0167:
7 months ago Goffi plugin XEP-0298: Delivering Conference Information to Jingle Participants (Coin) implementation:
7 months ago Goffi plugin XEP-0167: handle conferences:
7 months ago Goffi plugin XEP-0176: add debug logs:
7 months ago Goffi plugin XEP-0167: fix session level SDP attributes parsing:
7 months ago Goffi plugin XEP-0166: handle `content-add` action + expose `get_transport`:
7 months ago Goffi plugin identity: disco identity is now added in identity metadata:
7 months ago Goffi component conferences: fix session management and init:
8 months ago Goffi tests (unit): fix tests + black reformatting.
8 months ago Goffi black reformatting
8 months ago Goffi plugin XEP-0060: add a `force` options for publish options in `send_items`:
8 months ago Goffi doc (encryption): update pubsub encryption specifications.
8 months ago Goffi core: show warning instead of exception in case of missing dependency when loading plugins
8 months ago Goffi bridge(constructor): fix template parsing, which was broken following `black` reformating.
8 months ago Goffi doc (components): Documentation for the new `Conferences` component:
8 months ago Goffi component Conferences: implementation of SFU component to make multi-party A/V conferences:
8 months ago Goffi plugin XEP-0167: Let use a `call_setup_cb` method in session:
8 months ago Goffi plugin XEP-0167: move ICE candidates parsing/SDP line building in separate methods:
8 months ago Goffi plugin XEP-0176: Send ICE candidates buffer for initiator:
8 months ago Goffi frontends (tools/webrtc): fix typo resulting in bad pipeline for audio.
9 months ago Goffi tools (common/async_process): accept `Path` instances as command path.
9 months ago Goffi cli (list/set): add "--comments" argument.
9 months ago Goffi plugin misc list: Comments node creation can now be specified with `comments` field in `extra`.
9 months ago Goffi Reformatted code base using black.
9 months ago Goffi memory (file): avoid race condition when creating parent path directories.
9 months ago Goffi docker (backend): set `+use_local_shared_tmp` in conf.
9 months ago Goffi tools (common/data_objects): set attachments `url` from `sources` if missing.
9 months ago Goffi core (main): add a mechanism to have a shared temp directory:
9 months ago Goffi core (xmpp): fix message workflow interruption from trigger.
9 months ago Goffi plugin XEP-0048: don't fail if a type is missing in bookmark data.
9 months ago Goffi plugin XEP-470: Don't file configuration on `feature-not-implemented`.
9 months ago Goffi component AP Gateway: log invalid account in case of error.
9 months ago Goffi doc (configuration): replace deprecated `SafeConfigParser`.
9 months ago Goffi doc (components/AP Gateway): document new `http_sign_get` configuration option.
9 months ago Goffi component AP Gateway: implement HTTP GET signature.
9 months ago Goffi plugin text syntaxes: fix empty string handling in `_remove_markups`.