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 }