Default configuration: Remove trailing whitespaces
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>
Sun, 24 Jul 2016 17:36:15 +0100
changeset 7520 e81ceca529c5
parent 7519 f74ff35a4b03
child 7521 829ebe806e82
Default configuration: Remove trailing whitespaces
prosody.cfg.lua.dist
--- 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