ec43021650
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)
2 lines
30 B
Python
2 lines
30 B
Python
from .plugin import OTRPlugin
|