mod_component_client/README.markdown
author Kim Alvefur <zash@zash.se>
Sat, 17 Jun 2023 16:28:13 +0200
changeset 5556 12828e969a60
parent 2327 35ae59a8196d
permissions -rw-r--r--
mod_rest: Describe the error 'by' property in OpenAPI spec

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