xmpp-parsers: Add In-Band Real Time Text support
This commit is contained in:
parent
39c7fd2b0c
commit
e076ba52e2
4 changed files with 276 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue