Implement Bits of Binary.

This commit is contained in:
Emmanuel Gil Peyrot 2019-07-31 13:51:18 +02:00
commit 08fa36d186
5 changed files with 183 additions and 0 deletions

View file

@ -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;