Expand description

Implements connecting to Twitch services using the plain or secure IRC-over-WebSocket protocol.

Structs

  • Provides WSTransport with the wss: URI for connecting to Twitch services with a plain-text WebSocket connection.
  • Provides WSTransport with the wss: URI for securely connecting to Twitch services.
  • Implements connecting to Twitch chat via IRC over plain-text or secure WebSocket.

Traits

  • Parameterizes WSTransport with either the ws: or wss: URI to connect either using plain-text or secured by TLS.

Type Aliases

  • Connect to Twitch services using the unencrypted IRC-over-websocket protocol.
  • Connect to Twitch services using the encrypted IRC-over-websocket protocol.