Slixmpp plugin for OMEMO
Find a file
Maxime “pep” Buquet 11cbbdcda4 xep_0384: Make storage synchronous
The OMEMO lib provides a way to do async operations, but slixmpp and
poezio are not entirely ready for this:
- The plugin_init method is not awaited, in slixmpp
- Event handlers are not awaited, in poezio

This would need to be fixed before being able to do what I am trying to
do asynchronously.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-01-29 18:05:59 +01:00
__init__.py xep_0384: Avoid conflicting filenames 2019-01-29 18:05:59 +01:00
otpkpolicy.py xep_0384: Fix important details :) 2019-01-29 18:05:59 +01:00
plugin.py xep_0384: Make storage synchronous 2019-01-29 18:05:59 +01:00
stanza.py Fix decryption. 2019-01-29 18:05:59 +01:00
storage.py xep_0384: Make storage synchronous 2019-01-29 18:05:59 +01:00