prosody.cfg.lua.dist
changeset 12330 e59b5b1cdc5b
parent 12329 7457d6d27a0f
child 12331 4d6f4f6d0814
--- 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