Changeset

7517:e81ceca529c5

Default configuration: Remove trailing whitespaces
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 24 Jul 2016 17:36:15 +0100
parents 7516:f74ff35a4b03
children 7518:829ebe806e82
files prosody.cfg.lua.dist
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/prosody.cfg.lua.dist	Sat Jul 23 18:58:58 2016 +0200
+++ b/prosody.cfg.lua.dist	Sun Jul 24 17:36:15 2016 +0100
@@ -41,7 +41,7 @@
 	-- Not essential, but recommended
 		"private"; -- Private XML storage (for room bookmarks, etc.)
 		"vcard"; -- Allow users to set vCards
-	
+
 	-- These are commented by default as they have a performance impact
 		--"blocklist"; -- Allow users to block communications with other users
 		--"compression"; -- Stream compression
@@ -57,7 +57,7 @@
 	-- Admin interfaces
 		"admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands
 		--"admin_telnet"; -- Opens telnet console interface on localhost port 5582
-	
+
 	-- HTTP modules
 		--"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
 		--"http_files"; -- Serve static files from a directory over HTTP