Log

util/stanza.lua @ 10973:39991e40d1dc

description author age
util.stanza: Add method returning stanza with added indentation Kim Alvefur 2020-04-12
util.stanza: Accept util.error object to error_reply Kim Alvefur 2019-12-14
util.stanza: Support the 'by' attribute on errors Kim Alvefur 2019-11-25
util.stanza: Check that argument to error_reply is NOT a stanza of type error Kim Alvefur 2019-11-25
util.stanza: Check that argument to error_reply is a stanza Kim Alvefur 2019-11-25
util.stanza: Remove redundant check for attrs Kim Alvefur 2019-11-25
util.stanza: Check that argument to reply is a stanza Kim Alvefur 2019-11-25
util.stanza: Use :text_tag internally everywhere Kim Alvefur 2019-08-02
util.stanza: Fix :top_tag() handling of namespaced attributes Matthew Wild 2019-03-25
util.stanza: Require a type attribute for iq stanzas Kim Alvefur 2018-12-28
util.stanza: Deserialize stanza without mutating input (fixes #711) 0.11 Kim Alvefur 2018-12-01
util.stanza: Validate input to clone() (with brief tests) 0.11 Kim Alvefur 2018-11-17
util.stanza: Set preserialize as freeze metamethod Kim Alvefur 2018-10-11
util.stanza: Don't automatically generate ids for iq stanzas Matthew Wild 2018-09-13
util.stanza + tests: Bail out of loop if we are iterating too far, fixes #981 Matthew Wild 2018-08-19
Merge 0.10->trunk Kim Alvefur 2018-07-08
util.stanza: Add method for removing all children with a specific name, xmlns Kim Alvefur 2018-07-08
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