mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 14:47:37 +03:00
Merge 0.10->trunk
This commit is contained in:
commit
3d0f3a9db0
1 changed files with 2 additions and 0 deletions
|
@ -295,6 +295,8 @@ function stream_callbacks.streamopened(context, attr)
|
|||
session.log("debug", "BOSH session created for request from %s", session.ip);
|
||||
log("info", "New BOSH session, assigned it sid '%s'", sid);
|
||||
|
||||
hosts[session.host].events.fire_event("bosh-session", { session = session, request = request });
|
||||
|
||||
-- Send creation response
|
||||
local creating_session = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue