# HG changeset patch # User Kim Alvefur # Date 1644509718 -3600 # Node ID e59b5b1cdc5ba03b4d9e3176e7647155bdd9ebb2 # Parent 7457d6d27a0fbd2ee0f5f2407ca4482af2012108 prosody.cfg.lua.dist: Move Dialback down Mostly a source of security issues lately diff -r 7457d6d27a0f -r e59b5b1cdc5b prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Sat Feb 05 18:17:52 2022 +0100 +++ b/prosody.cfg.lua.dist Thu Feb 10 17:15:18 2022 +0100 @@ -41,7 +41,6 @@ "roster"; -- Allow users to have a roster. Recommended ;) "saslauth"; -- Authentication for clients and servers. Recommended if you want to log in. "tls"; -- Add support for secure TLS on c2s/s2s connections - "dialback"; -- s2s dialback support "disco"; -- Service discovery -- Not essential, but recommended @@ -54,6 +53,7 @@ "limits"; -- Enable bandwidth limiting for XMPP connections "bookmarks"; -- Synchronise open rooms between clients "smacks"; -- Stream management and resumption (XEP-0198) + "dialback"; -- s2s dialback support -- Nice to have "version"; -- Replies to server version requests