Add structs for OpenPGP for XMPP (XEP-0373).
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
188de32dac
commit
a5011c59ad
4 changed files with 117 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue