Hi! I want to disable Server to Server communication (federation) for my xmpp/metronome server.
I’ve read
https://metronome.im/documentation/configuration
and
https://prosody.im/doc/s2s
adding
modules_disabled = { "s2s" }
to global or per-server configuration would disable federation. So I did in both /etc/metronome/metronome.cfg.lua and conf.d/domain.tld.cfg.lua (after testing lua config without issues) and restarted metronome
yunohost service restart metronome
Success! Service 'metronome' restarted
but I can still receive and send messages to external recipients
So, should I disable s2s module in another config file?
should I reboot raspi ynh server? (nginx, etc.)
I think this issue is useful if one could keep one domain isolated from external servers and just for close relatives and keep another federated for general im communication.
Thanks!
Added info:
-
I’ve put “converse” as tag to this topic because otherwise I could not post, no metronome or xmpp tags are allowed, but I guess it’s not a Converse related issue (is a client)
-
I’ve already searched about this topic in the forum. No results.