mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_bosh: Fix global write
This commit is contained in:
parent
36910d3b88
commit
6155cd122a
1 changed files with 2 additions and 1 deletions
|
@ -292,7 +292,8 @@ function stream_callbacks.streamopened(context, attr)
|
|||
body_attr.hold = tostring(session.bosh_hold);
|
||||
body_attr.authid = sid;
|
||||
body_attr.secure = "true";
|
||||
body_attr.ver = '1.6'; from = session.host;
|
||||
body_attr.ver = '1.6';
|
||||
body_attr.from = session.host;
|
||||
body_attr["xmlns:xmpp"] = "urn:xmpp:xbosh";
|
||||
body_attr["xmpp:version"] = "1.0";
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue