diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-12-21 01:47:49 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-12-21 01:47:49 +0000 |
commit | a8cf2f50055fa9eada83007780d15589ddcdfe27 (patch) | |
tree | be0347f7b7e9946c8b5c98c1ecb5c98f0912a040 | |
parent | da58c792b4a86642220ab4234fe98b92783d9582 (diff) | |
download | prosody-a8cf2f50055fa9eada83007780d15589ddcdfe27.tar.gz prosody-a8cf2f50055fa9eada83007780d15589ddcdfe27.zip |
prosody.cfg.lua.dist: Add note about external gateways
-rw-r--r-- | prosody.cfg.lua.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prosody.cfg.lua.dist b/prosody.cfg.lua.dist index 5cfea17f..3134acb6 100644 --- a/prosody.cfg.lua.dist +++ b/prosody.cfg.lua.dist @@ -130,5 +130,10 @@ VirtualHost "example.com" --Component "proxy.example.com" "proxy65" ---Set up an external component (default component port is 5347) +-- +-- External components allow adding various services, such as gateways/ +-- transports to other networks like ICQ, MSN and Yahoo. For more info +-- see: http://prosody.im/doc/components#adding_an_external_component +-- --Component "gateway.example.com" -- component_secret = "password" |