Add a parser for XEP-0293.

This commit is contained in:
Emmanuel Gil Peyrot 2019-10-12 19:10:50 +02:00
commit aeb8bc95f4
5 changed files with 69 additions and 3 deletions

View file

@ -155,6 +155,9 @@ pub const MICROBLOG: &str = "urn:xmpp:microblog:0";
/// XEP-0280: Message Carbons
pub const CARBONS: &str = "urn:xmpp:carbons:2";
/// XEP-0293: Jingle RTP Feedback Negotiation
pub const JINGLE_RTCP_FB: &str = "urn:xmpp:jingle:apps:rtp:rtcp-fb:0";
/// XEP-0297: Stanza Forwarding
pub const FORWARD: &str = "urn:xmpp:forward:0";