mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_c2s: Rename Direct TLS listener 'c2s_direct_tls' for clarity
And to follow existing naming practices better than 'legacy_ssl' did.
This commit is contained in:
parent
4f520714ce
commit
f24aba7b19
3 changed files with 3 additions and 3 deletions
|
@ -442,7 +442,7 @@ module:provides("net", {
|
|||
});
|
||||
|
||||
module:provides("net", {
|
||||
name = "direct_tls";
|
||||
name = "c2s_direct_tls";
|
||||
listener = listener;
|
||||
encryption = "ssl";
|
||||
multiplex = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue