Software /
code /
prosody
Changeset
4497:f42a0833c47c
prosody.cfg.lua.dist: Comment mod_legacyauth by default (thanks Zash)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 31 Jan 2012 22:41:21 +0000 |
parents | 4493:cad62a675b60 |
children | 4498:9454d237cf7c |
files | prosody.cfg.lua.dist |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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