mod_component_client/README.markdown
author Kim Alvefur <zash@zash.se>
Sun, 03 Oct 2021 17:04:05 +0200
changeset 4706 7009e16192fa
parent 2327 35ae59a8196d
permissions -rw-r--r--
mod_tlsfail: Add c2s support

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