File

mod_component_client/README.md @ 6329:c95dffd984a4

mod_rest: Add -v flag to example script to allow increasing verbosity
author Kim Alvefur <zash@zash.se>
date Thu, 03 Jul 2025 17:50:18 +0200
parent 6003:fe081789f7b5
line wrap: on
line source

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