mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
Merge 0.9->0.10
This commit is contained in:
commit
c80b30a71c
9 changed files with 43 additions and 9 deletions
|
@ -317,6 +317,10 @@ function listener.ondisconnect(conn, err)
|
|||
end
|
||||
end
|
||||
|
||||
function listener.ondetach(conn)
|
||||
sessions[conn] = nil;
|
||||
end
|
||||
|
||||
module:provides("net", {
|
||||
name = "component";
|
||||
private = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue