add a ping plugin

This is a demo of the simplest iq-based protocol.  When an iq is
received containing a payload qualified by this namespace, an empty
result iq is sent.
This commit is contained in:
Emmanuel Gil Peyrot 2017-03-31 16:25:52 +01:00
commit 40d01a729f
4 changed files with 73 additions and 0 deletions

View file

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