Software /
code /
prosody
Log
util/stanza.lua @ 4153:676588aed2d7
description | author | age |
---|---|---|
util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible) | Matthew Wild | Tue, 22 Feb 2011 07:37:52 +0000 |
util.stanza: Rewrite clone() to be more optimized. | Waqas Hussain | Sun, 20 Feb 2011 19:16:56 +0500 |
util.stanza: Make some globals local, so they don't clutter the global checking script's output. It's also a minor optimization ;) | Waqas Hussain | Thu, 03 Feb 2011 13:13:49 +0500 |
util.stanza: Add get_child_text() method to get the text of the specified child element (get_child() + get_text() rolled into one step) | Matthew Wild | Mon, 31 Jan 2011 13:05:49 +0000 |