Software /
code /
prosody
Changeset
1132:3a63efe285c2
Default config: Add 'presence' to list of modules
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 07 May 2009 19:37:54 +0100 |
parents | 1131:83a150e3b3bb |
children | 1133:b293d7dc6a45 |
files | prosody.cfg.lua.dist |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/prosody.cfg.lua.dist Wed May 06 21:45:25 2009 +0100 +++ b/prosody.cfg.lua.dist Thu May 07 19:37:54 2009 +0100 @@ -38,6 +38,7 @@ modules_enabled = { -- Generally required "roster"; -- Allow users to have a roster. Recommended ;) + "presence"; -- See and broadcast status changes to/from contacts "saslauth"; -- Authentication for clients and servers. Recommended if you want to log in. "tls"; -- Add support for secure TLS on c2s/s2s connections "dialback"; -- s2s dialback support