Mercurial > prosody-modules
view mod_component_client/README.markdown @ 3175:44c5d7310c33
mod_pubsub_stats: Pass configuration to disable persistence and limit number of items
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 08 Jul 2018 01:17:23 +0200 |
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"; } ```