mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
mod_c2s,mod_s2s: Disable and close port listeners before closing sessions
This ensures no new clients can start connecting during shutdown
This commit is contained in:
parent
89f110bbf2
commit
f56aaf1ba1
3 changed files with 15 additions and 0 deletions
|
@ -48,6 +48,7 @@ files["plugins/"] = {
|
|||
"module.saved_state",
|
||||
"module.global",
|
||||
"module.path",
|
||||
"module.items",
|
||||
|
||||
-- Module API
|
||||
"module.add_extension",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue