Default config: Add 'presence' to list of modules

Thu, 07 May 2009 19:37:54 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 07 May 2009 19:37:54 +0100
changeset 1132
3a63efe285c2
parent 1131
83a150e3b3bb
child 1133
b293d7dc6a45

Default config: Add 'presence' to list of modules

prosody.cfg.lua.dist file | annotate | diff | comparison | revisions
--- 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

mercurial