mod_component_client/README.markdown
author Kim Alvefur <zash@zash.se>
Fri, 30 Mar 2018 13:40:06 +0200
changeset 2973 8681729a47d5
parent 2327 35ae59a8196d
permissions -rw-r--r--
mod_http_logging: Wrap API for sending data from file handles

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