# HG changeset patch # User Matthew Wild # Date 1241721474 -3600 # Node ID 3a63efe285c29c22e1f61e7ed3f34d08f817cbdc # Parent 83a150e3b3bb0563f51de7756e2a4bca8db37a13 Default config: Add 'presence' to list of modules diff -r 83a150e3b3bb -r 3a63efe285c2 prosody.cfg.lua.dist --- a/prosody.cfg.lua.dist Wed May 06 21:45:25 2009 +0100 +++ b/prosody.cfg.lua.dist Thu May 07 19:37:54 2009 +0100 @@ -38,6 +38,7 @@ 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