aboutsummaryrefslogtreecommitdiffstats
path: root/prosody.cfg.lua.dist
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2009-06-29 15:20:26 +0500
committerWaqas Hussain <waqas20@gmail.com>2009-06-29 15:20:26 +0500
commitdbf5462378e9cdfbba714b5bcbe676d4f63fa135 (patch)
treefc79354075200dddc0eddabf0089021281c9c3d4 /prosody.cfg.lua.dist
parent4e638d3c1adc060739e72368206b045c04c8cd64 (diff)
downloadprosody-dbf5462378e9cdfbba714b5bcbe676d4f63fa135.tar.gz
prosody-dbf5462378e9cdfbba714b5bcbe676d4f63fa135.zip
prosody.cfg.lua.dist: Removed 'presence' from default modules list
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r--prosody.cfg.lua.dist1
1 files changed, 0 insertions, 1 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist
index c0627091..8e12f922 100644
--- a/prosody.cfg.lua.dist
+++ b/prosody.cfg.lua.dist
@@ -38,7 +38,6 @@ 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