xmpp-parsers: Add In-Band Real Time Text support

This commit is contained in:
Emmanuel Gil Peyrot 2022-03-22 16:01:47 +01:00 committed by Link Mauve
commit e076ba52e2
4 changed files with 276 additions and 0 deletions

View file

@ -180,6 +180,9 @@ pub mod forwarding;
/// XEP-0300: Use of Cryptographic Hash Functions in XMPP
pub mod hashes;
/// XEP-0301: In-Band Real Time Text
pub mod rtt;
/// XEP-0308: Last Message Correction
pub mod message_correct;