Software /
code /
prosody
Comparison
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 |
parent | 2694:a6d80b6e9ee1 |
child | 2930:832ab8cf7c57 |
comparison
equal
deleted
inserted
replaced
2714:9c5d8e0c146e | 2716:4e4a24a1288d |
---|---|
133 | 133 |
134 -- Set up a MUC (multi-user chat) room server on conference.example.com: | 134 -- Set up a MUC (multi-user chat) room server on conference.example.com: |
135 --Component "conference.example.com" "muc" | 135 --Component "conference.example.com" "muc" |
136 | 136 |
137 -- Set up a SOCKS5 bytestream proxy for server-proxied file transfers: | 137 -- Set up a SOCKS5 bytestream proxy for server-proxied file transfers: |
138 --Component "proxy.example.com "proxy65" | 138 --Component "proxy.example.com" "proxy65" |