Add a parser for XEP-0293.
This commit is contained in:
parent
cd32ea4c03
commit
aeb8bc95f4
5 changed files with 69 additions and 3 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue