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:
parent
9d57e1a63b
commit
40d01a729f
4 changed files with 73 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
pub mod messaging;
|
||||
pub mod presence;
|
||||
pub mod ping;
|
||||
|
|
|
|||
Loading…
Reference in a new issue