Software /
code /
prosody
Log
util/stanza.lua @ 7949:8acc35b5355a
description | author | age |
---|---|---|
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 |