mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
An oops in sessionmanager stream:features code :)
This commit is contained in:
parent
6c2578d43b
commit
c0f3a8153a
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ function streamopened(session, attr)
|
|||
send("<stream:features>");
|
||||
|
||||
for _, feature in ipairs(features) do
|
||||
send_to_session(session, tostring(features));
|
||||
send_to_session(session, tostring(feature));
|
||||
end
|
||||
|
||||
send("</stream:features>");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue