Remove tokio_xmpp::SimpleClient
This commit is contained in:
parent
97698b4d1e
commit
a3fbd77050
6 changed files with 3 additions and 186 deletions
|
|
@ -32,7 +32,7 @@ use crate::{
|
|||
error::{Error, ProtocolError},
|
||||
xmpp_codec::Packet,
|
||||
xmpp_stream::XMPPStream,
|
||||
AsyncClient, SimpleClient,
|
||||
AsyncClient,
|
||||
};
|
||||
|
||||
use self::error::Error as StartTlsError;
|
||||
|
|
@ -41,8 +41,6 @@ pub mod error;
|
|||
|
||||
/// AsyncClient that connects over StartTls
|
||||
pub type StartTlsAsyncClient = AsyncClient<ServerConfig>;
|
||||
/// SimpleClient that connects over StartTls
|
||||
pub type StartTlsSimpleClient = SimpleClient<ServerConfig>;
|
||||
|
||||
/// StartTLS XMPP server connection configuration
|
||||
#[derive(Clone, Debug)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue