Default config: Add 'presence' to list of modules

This commit is contained in:
Matthew Wild 2009-05-07 19:37:54 +01:00
parent 2b7399b4f3
commit ea1de379ad

View file

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