aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/sessionmanager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sessionmanager.lua b/core/sessionmanager.lua
index deca21c0..f19721ed 100644
--- a/core/sessionmanager.lua
+++ b/core/sessionmanager.lua
@@ -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>");