Kim Alvefur
4ca4a6af7d
mod_s2s_bidi: Include empty list of labels in metrics
...
Throws error attempting to append the nil label list to an array for
host-scoped metrics.
2024-08-16 18:39:46 +02:00
Kim Alvefur
ffbf4e39d2
mod_s2s_bidi: Collect some metrics
2024-08-11 17:25:47 +02:00
Kim Alvefur
98922d54b1
plugins: Prefix module imports with prosody namespace
2023-03-24 13:15:28 +01:00
Kim Alvefur
728ee0b92a
mod_s2s_bidi: Add provisions for advertising features to bidi peers
...
As introduced in XEP-xxxx: Stream Limits Advertisement
2022-10-20 14:12:56 +02:00
Kim Alvefur
73d1bb1218
various: Require encryption by default for real
...
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.
2021-12-25 16:23:40 +01:00
Kim Alvefur
53cde4a8a8
mod_s2s_bidi: Ignore unencrypted connections if s2s_require_encryption is set
...
Prevents some weirdness in cases where no authentication is done
2019-11-28 18:57:17 +01:00
Kim Alvefur
ef38f2d062
mod_s2s_bidi: Enables bi-directional streams via XEP-0288
2019-09-08 19:45:39 +02:00