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
ac7c907e9f
xmpp-rs
/
src
/
plugins
/
mod.rs
4 lines
67 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
;
Implement StanzaPlugin with {Message,Presence,Iq}Event
2017-04-18 00:39:50 +01:00
pub
mod
stanza
;
Reference in a new issue
Copy permalink