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

@ -138,6 +138,9 @@ pub const JINGLE_IBB: &str = "urn:xmpp:jingle:transports:ibb:1";
/// XEP-0277: Microblogging over XMPP
pub const MICROBLOG: &str = "urn:xmpp:microblog:0";
/// XEP-0280: Message Carbons
pub const CARBONS: &str = "urn:xmpp:carbons:2";
/// XEP-0297: Stanza Forwarding
pub const FORWARD: &str = "urn:xmpp:forward:0";