tokio_xmpp: implement IQ tracking
This commit is contained in:
parent
ef9d0a95ff
commit
8a4d548d9a
9 changed files with 399 additions and 32 deletions
|
|
@ -64,7 +64,7 @@ pub mod xmlstream;
|
|||
#[doc(inline)]
|
||||
/// Generic tokio_xmpp Error
|
||||
pub use crate::error::Error;
|
||||
pub use client::Client;
|
||||
pub use client::{Client, IqFailure, IqRequest, IqResponse, IqResponseToken};
|
||||
#[cfg(feature = "insecure-tcp")]
|
||||
pub use component::Component;
|
||||
pub use event::{Event, Stanza};
|
||||
|
|
|
|||
Loading…
Reference in a new issue