util.xmppstream: Remove namespace tracking, it's broken as implemented
authorMatthew Wild <mwild1@gmail.com>
Sat, 5 Mar 2016 23:37:56 +0000 (23:37 +0000)
committerMatthew Wild <mwild1@gmail.com>
Sat, 5 Mar 2016 23:37:56 +0000 (23:37 +0000)
commit6ff524a1253d0a35e7f1d0d0513e5631779e6db9
tree36899e224b2fb36e88c484545070249b74db5fae
parent172e49d98301a7e0bfdb7e980f7228f44741cf8e
util.xmppstream: Remove namespace tracking, it's broken as implemented

The code fails to handle namespaces on the initial opening tag (when 'stanza' is nil). Fixing this
seems not worth the effort for a feature that is not being used.
util/xmppstream.lua