aboutsummaryrefslogtreecommitdiffstats
path: root/util/xml.lua
Commit message (Collapse)AuthorAgeFilesLines
* vairious: Add annotation when an empty environment is set [luacheck]Kim Alvefur2018-02-281-0/+1
|
* util.xml: Correct stanza.namespaces table construction when duplicate prefix ↵Waqas Hussain2016-03-051-5/+11
| | | | names are encountered in the element tree.
* util.stanza, util.xml, util.xmppstream: Add support for tracking defined ↵Matthew Wild2015-12-081-1/+16
| | | | namespaces and their prefix (stanza.namespaces), knowing/preserving prefix names is required for some applications (thanks daurnimator)
* util.*: Remove use of module() function, make all module functions local and ↵Kim Alvefur2015-02-211-3/+4
| | | | return them in a table at the end
* util.xml: Remove unused parameter (thanks, luacheck)Matthew Wild2015-05-061-1/+1
|
* portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, ↵Matthew Wild2015-05-061-0/+1
| | | | usermanager, util.xml: Add luacheck annotations
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-2/+2
|
* util.xml: Fix module name.Waqas Hussain2012-12-031-1/+1
|
* util.xml: Initial commit; exposes parse(), which is now the canonical way to ↵Waqas Hussain2012-12-031-0/+57
convert a string to a stanza.