Implement Message Carbons.

This commit is contained in:
Emmanuel Gil Peyrot 2019-07-17 21:55:16 +02:00
commit 329afabb66
4 changed files with 141 additions and 0 deletions

View file

@ -149,6 +149,9 @@ pub mod jingle_s5b;
/// XEP-0261: Jingle In-Band Bytestreams Transport Method
pub mod jingle_ibb;
/// XEP-0280: Message Carbons
pub mod carbons;
/// XEP-0297: Stanza Forwarding
pub mod forwarding;