log

age author description
2022-10-06 Goffi cli (file/get): handle full JSON attachment following change in backend:
2022-10-06 Goffi cli (message/send): new `--attach` argument to send an attachment:
2022-10-06 Goffi tools (stream): log error when a SatFile is closed:
2022-10-06 Goffi plugin XEP-0334: avoid adding twice the same hint:
2022-10-06 Goffi plugin XEP-0447: handle attachment and download:
2022-10-06 Goffi core (memory/encryption): helper method to get currently utilised e2ee algorithm's namespace:
2022-10-06 Goffi core (xmpp): check presence of some keys in attachment before using them:
2022-10-06 Goffi plugin XEP-0384: temporarily disable `<iq>` stanza encryption:
2022-10-06 Goffi plugin XEP-0384: expose OLDMEMO and TWOMEMO namespaces:
2022-10-06 Goffi plugin XEP-0420: fix exception on missing `from` or `to`:
2022-10-06 Goffi plugin XEP-0300: type hints
2022-10-06 Goffi plugin events: fix bad import
2022-09-24 Goffi plugin XEP-0384, xml_tools: avoid `getItems` timeout + fix empty node crash + parsing:
2022-09-24 Goffi core (xmpp): make `send` a blocking method, fix `sendMessageData` calls:
2022-09-24 Goffi core (main): `OrderedDict` is not necesasry here anymore, as `dict` are now ordered