prosody.cfg.lua.dist: Comment mod_legacyauth by default (thanks Zash)

This commit is contained in:
Matthew Wild 2012-01-31 22:41:21 +00:00
parent fdd51ac3ff
commit 965c93116b

View file

@ -45,7 +45,6 @@ modules_enabled = {
--"compression"; -- Stream compression --"compression"; -- Stream compression
-- Nice to have -- Nice to have
"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
"version"; -- Replies to server version requests "version"; -- Replies to server version requests
"uptime"; -- Report how long server has been running "uptime"; -- Report how long server has been running
"time"; -- Let others know the time here on this server "time"; -- Let others know the time here on this server
@ -67,6 +66,7 @@ modules_enabled = {
--"welcome"; -- Welcome users who register accounts --"welcome"; -- Welcome users who register accounts
--"watchregistrations"; -- Alert admins of registrations --"watchregistrations"; -- Alert admins of registrations
--"motd"; -- Send a message to users when they log in --"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 -- These modules are auto-loaded, should you