tokio-xmpp: publish auth method
This commit is contained in:
parent
65c3e0dee7
commit
3bda04124e
4 changed files with 10 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ pub use xso::{asxml::PrintRawXml, error::FromElementError};
|
|||
#[doc(inline)]
|
||||
/// Generic tokio_xmpp Error
|
||||
pub use crate::error::Error;
|
||||
pub use client::{Client, IqFailure, IqRequest, IqResponse, IqResponseToken};
|
||||
pub use client::{auth as client_login, Client, IqFailure, IqRequest, IqResponse, IqResponseToken};
|
||||
#[cfg(feature = "insecure-tcp")]
|
||||
pub use component::Component;
|
||||
pub use event::{Event, Stanza};
|
||||
|
|
|
|||
Loading…
Reference in a new issue