util.stanza, util.xml, util.xmppstream: Add support for tracking defined namespaces...
authorMatthew Wild <mwild1@gmail.com>
Tue, 8 Dec 2015 23:15:42 +0000 (23:15 +0000)
committerMatthew Wild <mwild1@gmail.com>
Tue, 8 Dec 2015 23:15:42 +0000 (23:15 +0000)
commit3123649aba10108de8a3efd454f9c103a390fb46
tree58dd532c6650caf1c646d4e3f61886fb691515af
parent71f987d510a0cc942ae4f8de272e93ba871d28ad
util.stanza, util.xml, util.xmppstream: Add support for tracking defined namespaces and their prefix (stanza.namespaces), knowing/preserving prefix names is required for some applications (thanks daurnimator)
util/stanza.lua
util/xml.lua
util/xmppstream.lua