prosody.cfg.lua.dist: Removed 'presence' from default modules list

This commit is contained in:
Waqas Hussain 2009-06-29 15:20:26 +05:00
parent 4e638d3c1a
commit dbf5462378

View file

@ -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