prosody.cfg.lua.dist: Move Dialback down

Mostly a source of security issues lately
This commit is contained in:
Kim Alvefur 2022-02-10 17:15:18 +01:00
parent 99e90a9914
commit deccf683d2

View file

@ -41,7 +41,6 @@ modules_enabled = {
"roster"; -- Allow users to have a roster. Recommended ;) "roster"; -- Allow users to have a roster. Recommended ;)
"saslauth"; -- Authentication for clients and servers. Recommended if you want to log in. "saslauth"; -- Authentication for clients and servers. Recommended if you want to log in.
"tls"; -- Add support for secure TLS on c2s/s2s connections "tls"; -- Add support for secure TLS on c2s/s2s connections
"dialback"; -- s2s dialback support
"disco"; -- Service discovery "disco"; -- Service discovery
-- Not essential, but recommended -- Not essential, but recommended
@ -54,6 +53,7 @@ modules_enabled = {
"limits"; -- Enable bandwidth limiting for XMPP connections "limits"; -- Enable bandwidth limiting for XMPP connections
"bookmarks"; -- Synchronise open rooms between clients "bookmarks"; -- Synchronise open rooms between clients
"smacks"; -- Stream management and resumption (XEP-0198) "smacks"; -- Stream management and resumption (XEP-0198)
"dialback"; -- s2s dialback support
-- Nice to have -- Nice to have
"version"; -- Replies to server version requests "version"; -- Replies to server version requests