log sat/plugins/plugin_xep_0384.py @ 3142:cd90c24b2836

age author description
Wed, 29 Jan 2020 18:31:47 +0100 Goffi plugin XEP-0384: fixed exception catching on getItems
Wed, 29 Jan 2020 09:50:54 +0100 Goffi dates update
Mon, 30 Dec 2019 20:59:46 +0100 Goffi plugin XEP-0384: OMEMO for MUC implementation:
Fri, 20 Dec 2019 14:26:05 +0100 Goffi plugin XEP-0384: typo
Fri, 20 Dec 2019 12:28:01 +0100 Goffi plugin XEP-0384: update to latest python-omemo + better trust management:
Sat, 07 Dec 2019 11:30:56 +0100 Goffi plugin XEP-0384: specific warning on missing omemo-backend-signal + fixed encoding following Python 3 port
Tue, 13 Aug 2019 19:08:41 +0200 Goffi Python 3 port:
Sun, 28 Apr 2019 08:55:07 +0200 Goffi plugin XEP-0384: wait for client to be ready if session is missing when onNewDevices is called
Wed, 20 Mar 2019 09:08:47 +0100 Goffi plugin XEP-0384: handle NoEligibleDevicesException
Wed, 20 Mar 2019 09:08:47 +0100 Goffi plugin XEP-0384: give feedback to client when encryption failed
Wed, 20 Mar 2019 09:08:47 +0100 Goffi plugin XEP-0384: small refactoring to encrypt messages + bugfix:
Wed, 20 Mar 2019 09:08:37 +0100 Goffi plugin XEP-0384: removed version restriction, it is now compatible with (and require) last version of python-omemo (0.10.4)
Fri, 01 Mar 2019 12:17:34 +0100 Goffi plugin XEP-0384: removed _purgeOldData temporary hack, it should not be useful anymore
Thu, 28 Feb 2019 18:57:26 +0100 Goffi plugin XEP-0384: better bundle handling + misc improvments
Sat, 12 Jan 2019 12:25:31 +0100 Goffi date update
Sat, 05 Jan 2019 14:15:11 +0100 Goffi plugin XEP-0384: give feedback to user when trust must be handled before sending a message
Fri, 04 Jan 2019 18:47:56 +0100 Goffi plugin XEP-0380, XEP-0384: use C.EXTRA_INFO_DECR_ERR as info sub-type when a message can't be decrypted.
Fri, 04 Jan 2019 11:14:53 +0100 Goffi plugin XEP-0380: Explicit Message Encryption implementation
Fri, 04 Jan 2019 09:20:32 +0100 Goffi plugin XEP-0384: don't ignore StanzaError if it's not item-not-found
Thu, 03 Jan 2019 21:04:55 +0100 Goffi plugin XEP-0384: various bug fixes:
Wed, 02 Jan 2019 18:50:28 +0100 Goffi plugin XEP-0384: update to last python-omemo + trust management:
Sat, 11 Aug 2018 18:24:55 +0200 Goffi plugin XEP-0384: PEP handling + mark as encrypted:
Sat, 11 Aug 2018 18:24:55 +0200 Goffi plugin XEP-0384, install: adapted plugin to omemo module changes + added omemo module to dependencies:
Sun, 29 Jul 2018 19:24:21 +0200 Goffi plugin XEP-0384: OMEMO implementation first draft: