prosody.cfg.lua.dist: Comment mod_legacyauth by default (thanks Zash)
authorMatthew Wild <mwild1@gmail.com>
Tue, 31 Jan 2012 22:41:21 +0000 (22:41 +0000)
committerMatthew Wild <mwild1@gmail.com>
Tue, 31 Jan 2012 22:41:21 +0000 (22:41 +0000)
prosody.cfg.lua.dist

index e513b11622ae901cbcc6d52e2e055d7441fe5d53..db85a70b3dfb3cf2e28bf5355f27ab47c84f430d 100644 (file)
@@ -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