Available on crate feature
starttls
only.Expand description
starttls::ServerConfig
provides a ServerConnector
for starttls connections
Structs§
- Start
TlsServer Connector - Connect via TCP+StartTLS to an XMPP server
Enums§
- Start
TlsError - StartTLS ServerConnector Error
Functions§
- starttls
- Performs
<starttls/>
on an XmppStream and returns a binary TlsStream.
Type Aliases§
- Start
TlsClient Deprecated - Client that connects over StartTls