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 (18:25 +0000)
committerMatthew Wild <mwild1@gmail.com>
Thu, 25 Feb 2010 18:25:17 +0000 (18:25 +0000)
prosody.cfg.lua.dist

index ab9df2b034b9a7296566364b2dce07e5d5a1cf7b..021f6f117edd11eaf2b33be2593970908471665f 100644 (file)
@@ -135,4 +135,4 @@ Host "example.com"
 --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"