# HG changeset patch # User Matthew Wild # Date 1328049681 0 # Node ID f42a0833c47c4c973dd81dd59175a2193da2304c # Parent cad62a675b60955c7e818a90d2374f03e387bb5d prosody.cfg.lua.dist: Comment mod_legacyauth by default (thanks Zash) diff -r cad62a675b60 -r f42a0833c47c prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Tue Jan 24 14:58:54 2012 -0800 +++ b/prosody.cfg.lua.dist Tue Jan 31 22:41:21 2012 +0000 @@ -45,7 +45,6 @@ --"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 @@ --"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