TCP connector is now in connect module

This commit is contained in:
xmppftw xmppftw 2024-08-05 15:41:27 +02:00
commit 9151461b10
6 changed files with 13 additions and 45 deletions

View file

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