Implement Bits of Binary.
This commit is contained in:
parent
1eb8c781ab
commit
08fa36d186
5 changed files with 183 additions and 0 deletions
|
|
@ -138,6 +138,9 @@ pub mod media_element;
|
|||
/// XEP-0224: Attention
|
||||
pub mod attention;
|
||||
|
||||
/// XEP-0231: Bits of Binary
|
||||
pub mod bob;
|
||||
|
||||
/// XEP-0234: Jingle File Transfer
|
||||
pub mod jingle_ft;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue