tokio_xmpp

Module connect

Source
Expand description

ServerConnector provides streams for XMPP clients

Re-exports§

pub use starttls::StartTlsServerConnector;starttls
pub use tcp::TcpServerConnector;insecure-tcp

Modules§

starttlsstarttls
starttls::ServerConfig provides a ServerConnector for starttls connections
tcpinsecure-tcp
starttls::ServerConfig provides a ServerConnector for starttls connections

Enums§

DnsConfig
StartTLS XMPP server connection configuration

Traits§

AsyncReadAndWrite
trait returned wrapped in XmppStream by ServerConnector
ServerConnector
Trait called to connect to an XMPP server, perhaps called multiple times
ServerConnectorError
Trait that must be extended by the implementation of ServerConnector