Add a stanza-id parser and serialiser.
This commit is contained in:
parent
b09c57ec72
commit
8b964df645
3 changed files with 135 additions and 0 deletions
|
|
@ -74,6 +74,9 @@ pub mod hashes;
|
|||
/// XEP-0308: Last Message Correction
|
||||
pub mod message_correct;
|
||||
|
||||
/// XEP-0359: Unique and Stable Stanza IDs
|
||||
pub mod stanza_id;
|
||||
|
||||
/// XEP-0380: Explicit Message Encryption
|
||||
pub mod eme;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue