Module tcp

Source
Available on crate feature insecure-tcp only.
Expand description

starttls::ServerConfig provides a ServerConnector for starttls connections

Structs§

TcpServerConnector
Connect via insecure plaintext TCP to an XMPP server This should only be used over localhost or otherwise when you know what you are doing Probably mostly useful for Components

Type Aliases§

TcpClientDeprecated
Client that connects over TCP
TcpComponent
Component that connects over TCP