add an ibb plugin

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-27 20:03:59 +01:00
commit 1378ca3724
3 changed files with 178 additions and 0 deletions

View file

@ -1,6 +1,7 @@
pub mod messaging;
pub mod presence;
pub mod ping;
pub mod ibb;
pub mod stanza;
pub mod stanza_debug;
pub mod unhandled_iq;