prosody.cfg.lua.dist: Removed 'presence' from default modules list

Mon, 29 Jun 2009 15:20:26 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Mon, 29 Jun 2009 15:20:26 +0500
changeset 1446
109ca9e7a6f3
parent 1445
810037988642
child 1447
cc20d6dfa32d

prosody.cfg.lua.dist: Removed 'presence' from default modules list

prosody.cfg.lua.dist file | annotate | diff | comparison | revisions
--- a/prosody.cfg.lua.dist	Mon Jun 29 13:15:46 2009 +0500
+++ b/prosody.cfg.lua.dist	Mon Jun 29 15:20:26 2009 +0500
@@ -38,7 +38,6 @@
 	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