aboutsummaryrefslogtreecommitdiffstats
path: root/core/sessionmanager.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/sessionmanager.lua')
-rw-r--r--core/sessionmanager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sessionmanager.lua b/core/sessionmanager.lua
index da4a1408..93ba3b84 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(session, tostring(feature));
+ send(tostring(feature));
end
send("</stream:features>");