add a stanza_debug plugin, printing every stanza on stdout
This commit is contained in:
parent
ac7c907e9f
commit
66bf10b941
2 changed files with 30 additions and 0 deletions
|
|
@ -2,3 +2,4 @@ pub mod messaging;
|
|||
pub mod presence;
|
||||
pub mod ping;
|
||||
pub mod stanza;
|
||||
pub mod stanza_debug;
|
||||
|
|
|
|||
Loading…
Reference in a new issue