mirror of
https://forge.fsky.io/oneflux/gajim-otrplugin.git
synced 2026-02-10 04:52:03 -08:00
Implemented: - OTR encryption - Store OTR keys and known fingerprints to Gajim data directory in SQLite format - Handling OTR errors Todo: - Fingerprints verification - SMP protocol - Presence handling (e.g. close OTR channel when contacts goes offline)
1 line
30 B
Python
1 line
30 B
Python
from .plugin import OTRPlugin
|