aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_s2s_bidi.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_s2s_bidi: Include empty list of labels in metricsKim Alvefur2024-08-161-3/+3
| | | | | Throws error attempting to append the nil label list to an array for host-scoped metrics.
* mod_s2s_bidi: Collect some metricsKim Alvefur2024-08-111-0/+7
|
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-1/+1
|
* mod_s2s_bidi: Add provisions for advertising features to bidi peersKim Alvefur2022-10-201-1/+3
| | | | As introduced in XEP-xxxx: Stream Limits Advertisement
* various: Require encryption by default for realKim Alvefur2021-12-251-1/+1
| | | | | | | | | These options have been specified (and enabled) in the default config file for a long time. However if unspecified in the config, they were not enabled. Now they are. This may result in a change of behaviour for people using very old config files that lack the require_encryption options. But that's what we want.
* mod_s2s_bidi: Ignore unencrypted connections if s2s_require_encryption is setKim Alvefur2019-11-281-3/+5
| | | | Prevents some weirdness in cases where no authentication is done
* mod_s2s_bidi: Enables bi-directional streams via XEP-0288Kim Alvefur2019-09-081-0/+38