File

mod_component_client/README.markdown @ 3779:5e69a4358053

mod_invite: Update to use local_user ad-hoc permission (thanks Martin)
author Matthew Wild <mwild1@gmail.com>
date Fri, 27 Dec 2019 11:03:29 +0000
parent 2323:35ae59a8196d
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";
}
```