tokio-xmpp: publish auth method
This commit is contained in:
parent
65c3e0dee7
commit
3bda04124e
4 changed files with 10 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ use crate::connect::TcpServerConnector;
|
|||
mod iq;
|
||||
pub(crate) mod login;
|
||||
mod stream;
|
||||
pub use login::auth;
|
||||
|
||||
pub use iq::{IqFailure, IqRequest, IqResponse, IqResponseToken};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue