Module starttls

Source
Available on crate feature starttls only.
Expand description

starttls::ServerConfig provides a ServerConnector for starttls connections

Structs§

StartTlsServerConnector
Connect via TCP+StartTLS to an XMPP server

Functions§

starttls
Performs <starttls/> on an XmppStream and returns a binary TlsStream.

Type Aliases§

StartTlsClientDeprecated
Client that connects over StartTls
StartTlsError
StartTLS ServerConnector Error - now just an alias to the common error type