mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
mod_bosh: Fix typo in comment
This commit is contained in:
parent
20a7b158ed
commit
b49c57d53f
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ function stream_callbacks.streamopened(context, attr)
|
|||
|
||||
-- New session
|
||||
sid = new_uuid();
|
||||
-- TODO use util.sesssion
|
||||
-- TODO use util.session
|
||||
local session = {
|
||||
type = "c2s_unauthed", conn = request.conn, sid = sid, host = attr.to,
|
||||
rid = rid - 1, -- Hack for initial session setup, "previous" rid was $current_request - 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue