Software /
code /
prosody-modules
File
mod_component_client/README.markdown @ 5182:20ba6340f524
mod_http_oauth2: Issue tokens for the purpose of 'oauth2'
This argument was added in Prosody trunk rev 012fa81d1f5d
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 01 Mar 2023 21:55:34 +0100 |
parent | 2323:35ae59a8196d |
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"; } ```