This module turns Prosody hosts into components of other XMPP servers.
Example configuration:
VirtualHost "component.example.com"
modules_enabled = { "component_client" }
component_client = {
host = "localhost";
port = 5347;
secret = "hunter2";
}With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_component_client
For earlier versions see the documentation for installing 3rd party modules