Add a Jingle SOCKS5 Bytestreams Transport implementation.

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-06 12:49:30 +01:00
commit 828b88e5b2
3 changed files with 321 additions and 0 deletions

View file

@ -76,6 +76,9 @@ pub mod attention;
/// XEP-0234: Jingle File Transfer
pub mod jingle_ft;
/// XEP-0260: Jingle SOCKS5 Bytestreams Transport Method
pub mod jingle_s5b;
/// XEP-0261: Jingle In-Band Bytestreams Transport Method
pub mod jingle_ibb;