diff options
author | Kim Alvefur <zash@zash.se> | 2021-09-09 21:59:02 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-09-09 21:59:02 +0200 |
commit | fd2785d99d0f731e2d075e38271f8fa9412f94aa (patch) | |
tree | 7dc53a4ca06be9ddae47a7b295db629ef1e265a4 /plugins | |
parent | 702d8a9ab49e326fbdd73229a9ab7fda42ecfa84 (diff) | |
download | prosody-fd2785d99d0f731e2d075e38271f8fa9412f94aa.tar.gz prosody-fd2785d99d0f731e2d075e38271f8fa9412f94aa.zip |
mod_s2s: Rename Direct TLS listener 's2s_direct_tls'
Following the style of other options like (c2s|s2s)_require_encryption,
s2s_secure_auth etc.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_s2s.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_s2s.lua b/plugins/mod_s2s.lua index 80e4a124..d9946fae 100644 --- a/plugins/mod_s2s.lua +++ b/plugins/mod_s2s.lua @@ -969,7 +969,7 @@ module:provides("net", { module:provides("net", { - name = "direct_tls_s2s"; + name = "s2s_direct_tls"; listener = listener; encryption = "ssl"; ssl_config = { |