Expand description
ServerConnector provides streams for XMPP clients
Re-exports§
pub use starttls::StartTlsServerConnector;starttlspub use direct_tls::DirectTlsServerConnector;direct-tlspub use tcp::TcpServerConnector;insecure-tcp
Modules§
- direct_
tls direct-tls direct_tls::ServerConfigprovides aServerConnectorfor direct TLS connections- starttls
starttls starttls::ServerConfigprovides aServerConnectorfor starttls connections- tcp
insecure-tcp starttls::ServerConfigprovides aServerConnectorfor starttls connections- tls_
common direct-tlsorstarttls - Common TLS functionality shared between direct_tls and starttls modules
Enums§
- DnsConfig
- XMPP server connection configuration
Traits§
- Async
Read AndWrite - trait returned wrapped in XmppStream by ServerConnector
- Server
Connector - Trait called to connect to an XMPP server, perhaps called multiple times
- Server
Connector Error - Trait that must be extended by the implementation of ServerConnector