mod_component_client/README.markdown
author Matthew Wild <mwild1@gmail.com>
Sun, 03 Mar 2024 16:10:14 +0000
changeset 5860 6fe4dab27187
parent 2327 35ae59a8196d
permissions -rw-r--r--
mod_report_forward: Depend on mod_spam_reporting for auto-loading

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