prosody.cfg.lua.dist
changeset 6037 7bbe22d8dd09
parent 5806 c914f4322581
child 6345 8e006348d0e5
--- a/prosody.cfg.lua.dist	Sat Mar 22 14:45:04 2014 +0100
+++ b/prosody.cfg.lua.dist	Sat Mar 22 14:53:17 2014 +0100
@@ -63,7 +63,6 @@
 		--"http_files"; -- Serve static files from a directory over HTTP
 
 	-- Other specific functionality
-		--"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
 		--"groups"; -- Shared roster support
 		--"announce"; -- Send announcement to all online users
 		--"welcome"; -- Welcome users who register accounts
@@ -78,6 +77,7 @@
 	-- "offline"; -- Store offline messages
 	-- "c2s"; -- Handle client connections
 	-- "s2s"; -- Handle server-to-server connections
+	-- "posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
 }
 
 -- Disable account creation by default, for security