tokio_xmpp: implement high-level, resilient stanza stream
This commit is contained in:
parent
56ce57ecde
commit
80f899daa0
14 changed files with 2943 additions and 8 deletions
|
|
@ -49,6 +49,7 @@ compile_error!(
|
|||
mod event;
|
||||
pub use event::{Event, Stanza};
|
||||
pub mod connect;
|
||||
pub mod stanzastream;
|
||||
pub mod xmlstream;
|
||||
|
||||
mod client;
|
||||
|
|
|
|||
Loading…
Reference in a new issue