Mercurial > libervia-backend
comparison setup.py @ 3911:8289ac1b34f4
plugin XEP-0384: Fully reworked to adjust to the reworked python-omemo:
- support for both (modern) OMEMO under the `urn:xmpp:omemo:2` namespace and (legacy) OMEMO under the `eu.siacs.conversations.axolotl` namespace
- maintains one identity across both versions of OMEMO
- migrates data from the old plugin
- includes more features for protocol stability
- uses SCE for modern OMEMO
- fully type-checked, linted and format-checked
- added type hints to various pieces of backend code used by the plugin
- added stubs for some Twisted APIs used by the plugin under stubs/ (use `export MYPYPATH=stubs/` before running mypy)
- core (xmpp): enabled `send` trigger and made it an asyncPoint
fix 375
author | Syndace <me@syndace.dev> |
---|---|
date | Tue, 23 Aug 2022 21:06:24 +0200 |
parents | 395b51452601 |
children | cecf45416403 |
comparison
equal
deleted
inserted
replaced
3910:199598223f82 | 3911:8289ac1b34f4 |
---|---|
49 'twisted[tls] >= 20.3.0, < 21.3.0', | 49 'twisted[tls] >= 20.3.0, < 21.3.0', |
50 'treq < 23.0.0', | 50 'treq < 23.0.0', |
51 'urwid >= 1.2.0, < 3', | 51 'urwid >= 1.2.0, < 3', |
52 'urwid-satext == 0.9.*', | 52 'urwid-satext == 0.9.*', |
53 'wokkel >= 18.0.0, < 19.0.0', | 53 'wokkel >= 18.0.0, < 19.0.0', |
54 'omemo >= 0.11.0, < 0.13.0', | 54 'omemo >= 1.0.0, < 2', |
55 'omemo-backend-signal < 0.3', | 55 'twomemo >= 1.0.0, < 2', |
56 'oldmemo >= 1.0.0, < 2', | |
56 'pyyaml < 7.0.0', | 57 'pyyaml < 7.0.0', |
57 'sqlalchemy >= 1.4', | 58 'sqlalchemy >= 1.4', |
58 'alembic', | 59 'alembic', |
59 'aiosqlite', | 60 'aiosqlite', |
60 'txdbus', | 61 'txdbus', |