mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua.dist: Move Dialback down
Mostly a source of security issues lately
This commit is contained in:
parent
99e90a9914
commit
deccf683d2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue