This website requires JavaScript.
Explore
Help
Sign in
xmppftw
/
xmpp-rs
Watch
1
Star
0
Fork
You've already forked xmpp-rs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
0e11cea0fa
xmpp-rs
/
src
/
plugins
/
mod.rs
3 lines
51 B
Rust
Raw
Normal View
History
Unescape
Escape
add plugin infrastructure
2017-02-20 16:28:51 +01:00
pub
mod
messaging
;
pub
mod
presence
;
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.
2017-03-31 16:25:52 +01:00
pub
mod
ping
;
Reference in a new issue
Copy permalink