Software /
code /
prosody
Log
util/xml.lua @ 8499:549361c68f5a
description | author | age |
---|---|---|
util.xml: Correct stanza.namespaces table construction when duplicate prefix names are encountered in the element tree. | Waqas Hussain | 2016-03-05 |
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) | Matthew Wild | 2015-12-08 |
util.*: Remove use of module() function, make all module functions local and return them in a table at the end | Kim Alvefur | 2015-02-21 |
util.xml: Remove unused parameter (thanks, luacheck) | Matthew Wild | 2015-05-06 |
portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager, util.xml: Add luacheck annotations | Matthew Wild | 2015-05-06 |
Remove all trailing whitespace | Florian Zeitz | 2013-08-09 |
util.xml: Fix module name. | Waqas Hussain | 2012-12-03 |
util.xml: Initial commit; exposes parse(), which is now the canonical way to convert a string to a stanza. | Waqas Hussain | 2012-12-03 |