Advanced Configuration ======================= HTTP interface ************** * Start `slixfeed-setup`; * Navigate to menu "Settings"; * Navigate to menu "Configuration"; * Select an interface; * Start `slixfeed`; and * Open URL http://0.0.0.0:8080 Groupchat ********* **Instruction for Prosody XMPP server** Install the relative Community Module:: sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_muc_adhoc_bots Enable the module in your MUC component ``/etc/prosody/prosody.cfg.lua`` like this:: modules_enabled = { "muc_mam", "vcard_muc", … "muc_adhoc_bots", … "server_contact_info" } Configure bot which goes again under the MUC component settings:: adhoc_bots = { "slixfeed@example.com/slix" } Substitute ``slixfeed@example.com/slix`` with your bot's JID and device name which has to correspond to ``accounts.toml`` settings for slixfeed configuration:: [xmpp.client] alias = "slixfeed" jid = "slixfeed@example.com/slix" Reload the prosody config and then load the module you just enabled under MUC component, or simply restart the server.