prosody.cfg.lua.dist: Fix missing quote in commented proxy config example
authorMatthew Wild <mwild1@gmail.com>
Thu, 25 Feb 2010 18:25:17 +0000
changeset 2716 4e4a24a1288d
parent 2714 9c5d8e0c146e
child 2717 c5dd53b38c2f
child 2718 cffb2145b0f9
child 2720 289f68e704da
prosody.cfg.lua.dist: Fix missing quote in commented proxy config example
prosody.cfg.lua.dist
--- a/prosody.cfg.lua.dist	Thu Feb 25 18:03:15 2010 +0000
+++ b/prosody.cfg.lua.dist	Thu Feb 25 18:25:17 2010 +0000
@@ -135,4 +135,4 @@
 --Component "conference.example.com" "muc"
 
 -- Set up a SOCKS5 bytestream proxy for server-proxied file transfers:
---Component "proxy.example.com "proxy65"
+--Component "proxy.example.com" "proxy65"