aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-05-07 19:37:54 +0100
committerMatthew Wild <mwild1@gmail.com>2009-05-07 19:37:54 +0100
commitea1de379adc79c9c91df0b674f0e50962e8626d2 (patch)
tree0c66ef79c6140aa8f8aa5bd7ddb06f5dd6fe5e06 /prosody.cfg.lua.dist
parent2b7399b4f364e481e5f0192e7fde34345eb1838e (diff)
downloadprosody-ea1de379adc79c9c91df0b674f0e50962e8626d2.tar.gz
prosody-ea1de379adc79c9c91df0b674f0e50962e8626d2.zip
Default config: Add 'presence' to list of modules
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index dc636192..c945e343 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -38,6 +38,7 @@ Host "*"
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