Diff

prosody.cfg.lua.dist @ 1132:3a63efe285c2

Default config: Add 'presence' to list of modules
author Matthew Wild <mwild1@gmail.com>
date Thu, 07 May 2009 19:37:54 +0100
parent 912:62dd71870ee3
child 1176:2be14b7021b2
line wrap: on
line diff
--- 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