Port crates to use new XSO-based xmlstream
This commit is contained in:
parent
7cfda820a6
commit
ab10e30ac0
26 changed files with 623 additions and 973 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue