Software /
code /
prosody
Log
util/stanza.lua @ 2734:7941617b15f9
description | author | age |
---|---|---|
util.stanza: Fixed nil global accesses. | Waqas Hussain | Tue, 02 Mar 2010 00:50:54 +0500 |
util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text> | Matthew Wild | Sun, 31 Jan 2010 19:27:52 +0000 |
util.stanza: Add stanza:get_error() to return type, condition and text of a stanza error | Matthew Wild | Fri, 29 Jan 2010 14:22:03 +0000 |
util.stanza: Trailing whitespace | Matthew Wild | Thu, 21 Jan 2010 13:22:41 +0000 |
util.stanza: Add stanza:get_child(name, xmlns) to find a child tag given a name/xmlns | Matthew Wild | Mon, 30 Nov 2009 16:39:27 +0000 |
Changed separator between attribute names and prefixes from '|' to '\1' (optimization and cleanup). | Waqas Hussain | Thu, 12 Nov 2009 13:42:44 +0500 |