Crate tokio_xmpp

source ·
Expand description

XMPP implementation with asynchronous I/O using Tokio.

Re-exports§

Modules§

  • ServerConnector provides streams for XMPP clients
  • starttls::ServerConfig provides a ServerConnector for starttls connections
  • Contains wrapper for <stream:features/>
  • starttls::ServerConfig provides a ServerConnector for starttls connections
  • XMPPStream provides encoding/decoding for XMPP

Structs§

  • XMPP client connection and state
  • XMPP client configuration
  • A struct representing a bare Jabber ID, without a resource part.
  • Component connection to an XMPP server
  • A struct representing a DOM Element.
  • A struct representing a full Jabber ID, with a resource part.
  • A struct representing a Jabber ID (JID).
  • XML parse error wrapper type
  • A simple XMPP client connection
  • Stateful encoder/decoder for a bytestream from/to XMPP Packet

Enums§

  • Authentication error
  • Top-level error type
  • High-level event on the Stream implemented by Client and Component
  • An error that signifies that a Jid cannot be parsed from a string.
  • Anything that can be sent or received on an XMPP/XML stream
  • XMPP protocol-level error