Add a hash parser.
This commit is contained in:
parent
d39d13b7cb
commit
ea2ff8a35d
3 changed files with 72 additions and 0 deletions
|
|
@ -49,6 +49,9 @@ pub mod media_element;
|
|||
/// XEP-0224: Attention
|
||||
pub mod attention;
|
||||
|
||||
/// XEP-0300: Use of Cryptographic Hash Functions in XMPP
|
||||
pub mod hashes;
|
||||
|
||||
/// XEP-0308: Last Message Correction
|
||||
pub mod message_correct;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue