Changeset

12326:e59b5b1cdc5b

prosody.cfg.lua.dist: Move Dialback down Mostly a source of security issues lately
author Kim Alvefur <zash@zash.se>
date Thu, 10 Feb 2022 17:15:18 +0100
parents 12325:7457d6d27a0f
children 12327:4d6f4f6d0814
files prosody.cfg.lua.dist
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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