mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 06:37:37 +03:00
Merge 0.9->0.10
This commit is contained in:
commit
c80b30a71c
9 changed files with 43 additions and 9 deletions
|
@ -170,6 +170,10 @@ function console_listener.ondisconnect(conn, err)
|
|||
end
|
||||
end
|
||||
|
||||
function console_listener.ondetach(conn)
|
||||
sessions[conn] = nil;
|
||||
end
|
||||
|
||||
-- Console commands --
|
||||
-- These are simple commands, not valid standalone in Lua
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue