aboutsummaryrefslogtreecommitdiffstats
path: root/util/xmppstream.lua
diff options
context:
space:
mode:
Diffstat (limited to 'util/xmppstream.lua')
-rw-r--r--util/xmppstream.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/xmppstream.lua b/util/xmppstream.lua
index aa2eb0ed..d22c923b 100644
--- a/util/xmppstream.lua
+++ b/util/xmppstream.lua
@@ -95,10 +95,6 @@ function new_sax_handlers(session, stream_callbacks)
stanza = st.stanza(name, attr);
else -- we are inside a stanza, so add a tag
- attr.xmlns = nil;
- if curr_ns ~= stream_default_ns then
- attr.xmlns = curr_ns;
- end
stanza:tag(name, attr);
end
end