Mercurial > prosody-modules
view mod_component_client/README.md @ 6118:dde2803f7678
mod_persisthosts: Retrieve hosts from config instead of Prosody state
This should avoid missing hosts that are activated after the one this
module was loaded from.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 10 Jan 2025 16:19:27 +0100 |
| parents | fe081789f7b5 |
| children |
line wrap: on
line source
Introduction ============ This module turns Prosody hosts into components of other XMPP servers. Configuration ============= Example configuration: ``` {.lua} VirtualHost "component.example.com" modules_enabled = { "component_client" } component_client = { host = "localhost"; port = 5347; secret = "hunter2"; } ```
