Add a Jingle SOCKS5 Bytestreams Transport implementation.
This commit is contained in:
parent
51eecda4fd
commit
828b88e5b2
3 changed files with 321 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue