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

@ -189,6 +189,9 @@ pub const HASH_ALGO_BLAKE2B_256: &str = "urn:xmpp:hash-function-text-names:id-bl
/// XEP-0300: Use of Cryptographic Hash Functions in XMPP
pub const HASH_ALGO_BLAKE2B_512: &str = "urn:xmpp:hash-function-text-names:id-blake2b512";
/// XEP-0301: In-Band Real Time Text
pub const RTT: &str = "urn:xmpp:rtt:0";
/// XEP-0308: Last Message Correction
pub const MESSAGE_CORRECT: &str = "urn:xmpp:message-correct:0";