add an unhandled iq plugin

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-27 20:43:34 +01:00
commit 32380fe5a3
3 changed files with 51 additions and 0 deletions

View file

@ -3,3 +3,4 @@ pub mod presence;
pub mod ping;
pub mod stanza;
pub mod stanza_debug;
pub mod unhandled_iq;