Add structs for OpenPGP for XMPP (XEP-0373).

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-03-30 18:47:07 +01:00 committed by Emmanuel Gil Peyrot
commit a5011c59ad
4 changed files with 117 additions and 0 deletions

View file

@ -183,6 +183,9 @@ pub mod jingle_message;
/// XEP-0359: Unique and Stable Stanza IDs
pub mod stanza_id;
/// XEP-0373: OpenPGP for XMPP
pub mod openpgp;
/// XEP-0380: Explicit Message Encryption
pub mod eme;