ServerConnector and AsyncClient support channel binding, SimpleClient uses ServerConnector
This commit is contained in:
parent
3cab603a4c
commit
e784b15402
5 changed files with 112 additions and 137 deletions
|
|
@ -20,9 +20,9 @@ pub mod stream_features;
|
|||
pub mod xmpp_stream;
|
||||
pub use client::{
|
||||
async_client::{
|
||||
AsyncReadAndWrite, Client as AsyncClient, Config as AsyncConfig,
|
||||
ServerConfig as AsyncServerConfig, ServerConnector as AsyncServerConnector,
|
||||
Client as AsyncClient, Config as AsyncConfig, ServerConfig as AsyncServerConfig,
|
||||
},
|
||||
connect::{client_login, AsyncReadAndWrite, ServerConnector},
|
||||
simple_client::Client as SimpleClient,
|
||||
};
|
||||
mod component;
|
||||
|
|
|
|||
Loading…
Reference in a new issue