diff options
author | Matthew Wild <mwild1@gmail.com> | 2012-01-31 22:41:21 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2012-01-31 22:41:21 +0000 |
commit | 965c93116bc5b6da63688538d6d6016f41e4a62a (patch) | |
tree | 7559997dd1677ff099f58f3847ec29470a4df1c4 | |
parent | fdd51ac3ffa99de906d63f9b45897c0c95ce8e2a (diff) | |
download | prosody-965c93116bc5b6da63688538d6d6016f41e4a62a.tar.gz prosody-965c93116bc5b6da63688538d6d6016f41e4a62a.zip |
prosody.cfg.lua.dist: Comment mod_legacyauth by default (thanks Zash)
-rw-r--r-- | prosody.cfg.lua.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index e513b116..db85a70b 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -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 |