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