Mercurial > prosody-hg
diff prosody.cfg.lua.dist @ 2716:4e4a24a1288d
prosody.cfg.lua.dist: Fix missing quote in commented proxy config example
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 25 Feb 2010 18:25:17 +0000 |
| parents | a6d80b6e9ee1 |
| children | 832ab8cf7c57 |
line wrap: on
line diff
--- 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"
