From deccf683d20f69e3f5dbfef349e34767191bb466 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 10 Feb 2022 17:15:18 +0100 Subject: prosody.cfg.lua.dist: Move Dialback down Mostly a source of security issues lately --- prosody.cfg.lua.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prosody.cfg.lua.dist') diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index d3796f63..f2a80e52 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -41,7 +41,6 @@ modules_enabled = { "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 @@ modules_enabled = { "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 -- cgit v1.2.3