diff options
Diffstat (limited to 'prosody.cfg.lua.dist')
-rw-r--r-- | prosody.cfg.lua.dist | 1 |
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
|