mod_component_client/README.markdown
author Kim Alvefur <zash@zash.se>
Fri, 09 Jun 2023 18:07:15 +0200
changeset 5547 fed5995180c5
parent 2327 35ae59a8196d
permissions -rw-r--r--
mod_cloud_notify_extensions: Fix Markdown syntax of Compatibility table

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