mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
mod_component: Make listener private (thanks Ge0rG)
This commit is contained in:
parent
c2d66ccab1
commit
1e4f3fadcd
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ end
|
|||
|
||||
module:provides("net", {
|
||||
name = "component";
|
||||
private = true;
|
||||
listener = listener;
|
||||
default_port = 5347;
|
||||
multiplex = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue