blob: 8e84f2ed4f4b6931432ce239a8fe0ee810222c33 (
plain) (
blame)
1
2
3
4
5
|
Implements OMEMO (XEP-0384 v0.3.0) in C.
Input and output are XML strings, so it does not force you to use a certain
XML lib. While the actual protocol functions do not depend on any kind of
storage, it comes with a basic implementation in SQLite.
|