tokio_xmpp: implement high-level, resilient stanza stream

This commit is contained in:
Jonas Schäfer 2024-09-02 17:26:01 +02:00
commit 80f899daa0
14 changed files with 2943 additions and 8 deletions

View file

@ -49,6 +49,7 @@ compile_error!(
mod event;
pub use event::{Event, Stanza};
pub mod connect;
pub mod stanzastream;
pub mod xmlstream;
mod client;