From ea1de379adc79c9c91df0b674f0e50962e8626d2 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 7 May 2009 19:37:54 +0100 Subject: Default config: Add 'presence' to list of modules --- prosody.cfg.lua.dist | 1 + 1 file changed, 1 insertion(+) (limited to 'prosody.cfg.lua.dist') 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 -- cgit v1.2.3