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 the additional component-wide options displayed in the table below. They can be used:

  • in an INI config file by starting sleamdge with -c /path/to/file.ini;

  • as command line arguments, prepended with --, e.g., --some-option=value;

  • as environment variables, upper case, prepended with SLEAMDGE_, and with dashes substituted with underscores, e.g., SLEAMDGE_SOME_OPTION=value.

name default help