view mod_component_client/README.markdown @ 2938:f000ba14d531

mod_storage_xmlarchive: Add a debug message to try to track down why all indicies are read in some cases
author Kim Alvefur <zash@zash.se>
date Sun, 18 Mar 2018 22:39:42 +0100
parents 35ae59a8196d
children
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";
}
```