File

mod_component_client/README.md @ 6304:6c484931c547

mod_cloud_notify: Readme: labels, how hard can it be? diff --git a/mod_cloud_notify/README.md b/mod_cloud_notify/README.md --- a/mod_cloud_notify/README.md +++ b/mod_cloud_notify/README.md @@ -1,8 +1,8 @@ ----- +--- labels: - 'Stage-Beta' summary: 'XEP-0357: Cloud push notifications' ----- +--- # Introduction
author Menel <menel@snikket.de>
date Fri, 13 Jun 2025 10:49:45 +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";
}
```