Changeset

1446:109ca9e7a6f3

prosody.cfg.lua.dist: Removed 'presence' from default modules list
author Waqas Hussain <waqas20@gmail.com>
date Mon, 29 Jun 2009 15:20:26 +0500
parents 1445:810037988642
children 1447:cc20d6dfa32d
files prosody.cfg.lua.dist
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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