This module turns Prosody hosts into components of other XMPP servers.
Example configuration:
"component.example.com"
VirtualHost = { "component_client" }
modules_enabled = {
component_client = "localhost";
host = 5347;
port = "hunter2";
secret }
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