aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/sessionmanager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sessionmanager.lua b/core/sessionmanager.lua
index 9fa00212..da4a1408 100644
--- a/core/sessionmanager.lua
+++ b/core/sessionmanager.lua
@@ -111,7 +111,7 @@ function streamopened(session, attr)
send("<stream:features>");
for _, feature in ipairs(features) do
- send_to_session(session, tostring(feature));
+ send(session, tostring(feature));
end
send("</stream:features>");