TCP connector is now in connect module
This commit is contained in:
parent
a3fbd77050
commit
9151461b10
6 changed files with 13 additions and 45 deletions
|
|
@ -23,8 +23,6 @@ compile_error!(
|
|||
#[cfg(feature = "starttls")]
|
||||
pub mod starttls;
|
||||
mod stream_start;
|
||||
#[cfg(feature = "insecure-tcp")]
|
||||
pub mod tcp;
|
||||
mod xmpp_codec;
|
||||
pub use crate::xmpp_codec::{Packet, XmppCodec};
|
||||
mod event;
|
||||
|
|
|
|||
Loading…
Reference in a new issue