Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 3907:1e82c9b9db11
prosody.cfg.lua.dist: Add note about external gateways
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 21 Dec 2010 01:47:49 +0000 |
parent | 3906:877262704c44 |
child | 4084:680df3c635c6 |
comparison
equal
deleted
inserted
replaced
3906:877262704c44 | 3907:1e82c9b9db11 |
---|---|
128 | 128 |
129 -- Set up a SOCKS5 bytestream proxy for server-proxied file transfers: | 129 -- Set up a SOCKS5 bytestream proxy for server-proxied file transfers: |
130 --Component "proxy.example.com" "proxy65" | 130 --Component "proxy.example.com" "proxy65" |
131 | 131 |
132 ---Set up an external component (default component port is 5347) | 132 ---Set up an external component (default component port is 5347) |
133 -- | |
134 -- External components allow adding various services, such as gateways/ | |
135 -- transports to other networks like ICQ, MSN and Yahoo. For more info | |
136 -- see: http://prosody.im/doc/components#adding_an_external_component | |
137 -- | |
133 --Component "gateway.example.com" | 138 --Component "gateway.example.com" |
134 -- component_secret = "password" | 139 -- component_secret = "password" |