# HG changeset patch # User Waqas Hussain # Date 1280847958 -18000 # Node ID e6a78e15fed23d90bf7bb1212f713f251f399b0b # Parent 1159e007cc8feb7a6b35b296cc27e8b28354eb64 util.xmppstream: Removed some useless property assignments. diff -r 1159e007cc8f -r e6a78e15fed2 util/xmppstream.lua --- a/util/xmppstream.lua Tue Aug 03 18:20:29 2010 +0500 +++ b/util/xmppstream.lua Tue Aug 03 20:05:58 2010 +0500 @@ -95,10 +95,6 @@ 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