Log

util/stanza.lua @ 8910:28ec1e024379

description author age
util.stanza: Remove redundant check from :text now done in :add_direct_child Kim Alvefur 2018-06-08
util.stanza: Verify that other objects added as children are valid strings Kim Alvefur 2018-06-08
util.stanza: Verify that child tags added are really stanzas (closes #1165) Kim Alvefur 2018-06-08
util.stanza: Add :text_tag(), a shortcut for adding nodes with text Kim Alvefur 2018-03-21
util.stanza: Allow :text(nil) and :text("") as harmless nops Matthew Wild 2018-03-21
util.stanza: Switch from asserts to if's, improve performance, errors and tests Matthew Wild 2018-03-18
util.stanza: Add stricter validation for data passed to stanza builder API Matthew Wild 2018-03-16
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur 2018-02-28
util.stanza: Change __type to __name as this is used by Lua 5.3 in some error reporting functions Kim Alvefur 2018-02-16
util: Various minor changes to please [luacheck] Kim Alvefur 2017-11-10
Merge 0.10->trunk Kim Alvefur 2016-12-02
util.stanza: Add an is_stanza() function to check if an object is a stanza Kim Alvefur 2016-11-28
Merge 0.10->trunk Matthew Wild 2016-03-09
util.stanza: Some code cleanup [luacheck] Matthew Wild 2016-03-09
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.stanza: Export xml_escape (missed during removal of module() calls) Kim Alvefur 2015-09-03
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
Merge 0.9->0.10 Kim Alvefur 2014-10-26
Backout changeset 6e67c73f730c: not a major fix and it breaks interop with at least Isode M-Link, and possibly standards, while it's not clear it actually fixes the original problem either. 0.9.7 Matthew Wild 2014-10-24
Merge 0.9->0.10 Waqas Hussain 2014-10-08
util.stanza: Escape newlines and tabs (\r\n\t) when serializing stanzas. \r\n transforms into \n otherwise, and \r\n\t in attributes transforms into spaces. Waqas Hussain 2014-10-08
Remove all trailing whitespace Florian Zeitz 2013-08-09
util.stanza: Use correct index when replacing the tag in .tags (thanks daurnimator) Matthew Wild 2013-04-05
util.stanza: Add stanza:find(), a light weight XPath-like method Kim Alvefur 2013-04-04
util.stanza: :maptags(): Fixes to make loop more robust on item removal Matthew Wild 2013-04-03
util.stanza: Use ipairs instead of childtags (behavior changed in 92c86e11fd44) Kim Alvefur 2012-08-21
util.stanza: Make stanza:childtags() behave like :get_child() Kim Alvefur 2012-07-05
util.stanza: Remove unused function imports Matthew Wild 2012-04-28
util.stanza: Remove unused __add metamethod Matthew Wild 2011-12-21
Merge 0.8->trunk Matthew Wild 2011-02-24