diff options
author | Matthew Wild <mwild1@gmail.com> | 2012-02-08 16:20:07 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2012-02-08 16:20:07 +0100 |
commit | 5958b69a5d3817e9b2e0828c336454220473c228 (patch) | |
tree | e1fb3b2356572fbfc31b61874e7cc7b501dbbcca /prosody.cfg.lua.dist | |
parent | 86dbec26c8257844a032ac1b53188ef41452c1cb (diff) | |
parent | 4727cb1adaeac099ca2cbd3629271199f8c79da3 (diff) | |
download | prosody-5958b69a5d3817e9b2e0828c336454220473c228.tar.gz prosody-5958b69a5d3817e9b2e0828c336454220473c228.zip |
Merge with 0.9
Diffstat (limited to 'prosody.cfg.lua.dist')
-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 |