Configuration

Minimal setup

For a minimal prosody <https://prosody.im> based setup, add these lines at the bottom of /etc/prosody/prosody.cfg.lua:

Component "sleamdge.example.org"
    component_secret = "secret"

And start sleamdge with:

sleamdge \
  --jid sleamdge.example.org \
  --secret secret \
  --home-dir /somewhere/writable

Advanced usage

Refer to the slidge admin docs for more advanced setups and examples of configuration for other XMPP servers.

You will probably want to add support for attachments received from Steam, and setup sleamdge as a privileged component for better UX.

sleamdge-specific config

All generic slidge configuration options apply. sleamdge provides these additional component-wide options:

You can use these values in a configuration file or as command-line arguments (in this case, prepend the option name with two dashes).

name type value