Add a hash parser.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-21 04:21:16 +01:00
commit ea2ff8a35d
3 changed files with 72 additions and 0 deletions

View file

@ -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;