add a stanza_debug plugin, printing every stanza on stdout

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-27 17:19:28 +01:00
commit 66bf10b941
2 changed files with 30 additions and 0 deletions

View file

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