pub type TcpClient = Client;๐Deprecated since 5.0.0: use tokio_xmpp::Client instead
Available on crate feature
insecure-tcp only.Expand description
Client that connects over TCP
Aliased Typeยง
pub struct TcpClient { /* private fields */ }