mod_component_client/README.markdown
author Matthew Wild <mwild1@gmail.com>
Mon, 20 Feb 2017 13:12:51 +0000
changeset 2538 13b8c31dce01
parent 2327 35ae59a8196d
permissions -rw-r--r--
mod_firewall: Fix SCAN to pass correct variable to scan_list()

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";
}
```