aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_tls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mod_tls.lua')
-rw-r--r--plugins/mod_tls.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_tls.lua b/plugins/mod_tls.lua
index 2b95ec1e..93193726 100644
--- a/plugins/mod_tls.lua
+++ b/plugins/mod_tls.lua
@@ -59,7 +59,7 @@ module:add_event_hook("s2s-stream-features",
-- This hook is possibly called once per host (at least if the
-- remote server does not specify a to/from.
if session.conn.starttls and not features:child_with_ns(xmlns_starttls) then
- features:tag("starttls", starttls_attr);
+ features:tag("starttls", starttls_attr):up();
-- TODO: Make this optional :P
--features:tag("required"):up():up();
end