Implement StanzaPlugin with {Message,Presence,Iq}Event

This commit is contained in:
Maxime “pep” Buquet 2017-04-18 00:39:50 +01:00 committed by lumi
commit 9c6b42a961
2 changed files with 95 additions and 0 deletions

View file

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