Skip to content

XMPP

How to build a XMPP Service

To create an XMPP account, you need to find a client and a public server. Here are some recommended collections of XMPP servers to help you get started.

Configuration

To use the XMPP service, you will need to set the following environment variables or configuration file:

  • WAYBACK_IRC_JID: The JID for the XMPP client (required).
  • WAYBACK_IRC_PASSWORD: The password for the XMPP client (required).
  • WAYBACK_IRC_NOTLS: Connect to XMPP server without TLS (optional).
  • WAYBACK_IRC_HELPTEXT: The help text for XMPP command (optional).

Further reading


Last update: April 30, 2023
Created: March 7, 2023