mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosody.cfg.lua.dist: Add note about external gateways
This commit is contained in:
parent
da58c792b4
commit
a8cf2f5005
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue