Port crates to use new XSO-based xmlstream

This commit is contained in:
Jonas Schäfer 2024-08-10 15:05:42 +02:00
commit ab10e30ac0
26 changed files with 623 additions and 973 deletions

View file

@ -47,9 +47,8 @@ compile_error!(
);
mod event;
pub use event::Event;
pub use event::{Event, Stanza};
pub mod connect;
pub mod proto;
pub mod xmlstream;
mod client;