parsers: add omemo parsers

This commit is contained in:
Yureka 2022-03-30 18:40:16 +02:00
commit 60b848ed5d
No known key found for this signature in database
GPG key ID: B95AE06334AFF6BA
3 changed files with 323 additions and 0 deletions

View file

@ -225,6 +225,9 @@ pub mod openpgp;
/// XEP-0380: Explicit Message Encryption
pub mod eme;
/// XEP-0380: OMEMO Encryption (experimental version 0.3.0)
pub mod legacy_omemo;
/// XEP-0390: Entity Capabilities 2.0
pub mod ecaps2;