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

@ -162,6 +162,9 @@ pub mod jingle_ibb;
/// XEP-0280: Message Carbons
pub mod carbons;
/// XEP-0293: Jingle RTP Feedback Negotiation
pub mod jingle_rtcp_fb;
/// XEP-0297: Stanza Forwarding
pub mod forwarding;