Move SimpleClient constructors to client::simple_client module

This commit is contained in:
xmppftw xmppftw 2024-08-03 15:23:00 +02:00
commit b3fd0b5372
3 changed files with 15 additions and 21 deletions

View file

@ -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;