Crate tokio_xmpp

source ·
Expand description

XMPP implementation with asynchronous I/O using Tokio.

Re-exports§

Modules§

  • ServerConnector provides streams for XMPP clients
  • Detailed error types
  • starttls::ServerConfig provides a ServerConnector for starttls connections
  • starttls::ServerConfig provides a ServerConnector for starttls connections
  • XMPPStream provides encoding/decoding for XMPP

Structs§

Enums§

  • High-level event on the Stream implemented by Client and Component
  • Anything that can be sent or received on an XMPP/XML stream