Move SimpleClient constructors to client::simple_client module
This commit is contained in:
parent
fc0071a0c5
commit
b3fd0b5372
3 changed files with 15 additions and 21 deletions
|
|
@ -35,7 +35,6 @@ use crate::{connect::ServerConnectorError, xmpp_stream::XMPPStream};
|
|||
use self::error::Error as StartTlsError;
|
||||
use self::happy_eyeballs::{connect_to_host, connect_with_srv};
|
||||
|
||||
mod client;
|
||||
pub mod error;
|
||||
mod happy_eyeballs;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue