mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua.dist: Comment mod_legacyauth by default (thanks Zash)
This commit is contained in:
parent
fdd51ac3ff
commit
965c93116b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,6 @@ modules_enabled = {
|
|||
--"compression"; -- Stream compression
|
||||
|
||||
-- Nice to have
|
||||
"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
|
||||
"version"; -- Replies to server version requests
|
||||
"uptime"; -- Report how long server has been running
|
||||
"time"; -- Let others know the time here on this server
|
||||
|
@ -67,6 +66,7 @@ modules_enabled = {
|
|||
--"welcome"; -- Welcome users who register accounts
|
||||
--"watchregistrations"; -- Alert admins of registrations
|
||||
--"motd"; -- Send a message to users when they log in
|
||||
--"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
|
||||
};
|
||||
|
||||
-- These modules are auto-loaded, should you
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue