Log

util/stanza.lua @ 2365:0bd8408a491c

description author age
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
util.stanza: Don't add xmlns to tags when serializing if same as the parent tag's xmlns. Should hopefully shut up Gajim once and for all :) Matthew Wild Sat, 17 Oct 2009 19:47:01 +0100
util.stanza: Remove silly dependency on util.logger Matthew Wild Thu, 08 Oct 2009 20:06:07 +0100
util.stanza: Soften dependency on util.termcolours Matthew Wild Tue, 06 Oct 2009 19:17:28 +0100
util.stanza: Make xml_escape publicly accessible Matthew Wild Tue, 06 Oct 2009 18:05:31 +0100
util.stanza: Add __type to metatable Matthew Wild Sun, 04 Oct 2009 14:03:08 +0100
Remove version number from copyright headers Matthew Wild Fri, 10 Jul 2009 03:11:45 +0100
util.stanza: Convert spaces to tabs Matthew Wild Fri, 10 Jul 2009 02:25:14 +0100
util.stanza: Serializer optimizations, and nicer output for empty elements Waqas Hussain Sat, 27 Jun 2009 08:38:52 +0500
util.stanza: Add stanza:get_text() to retrieve all child text nodes #api Matthew Wild Fri, 26 Jun 2009 05:54:55 +0100
util.stanza: Rewrote stanza_mt.__tostring. 20-30% faster stanza serialization. - #optimization Waqas Hussain Thu, 25 Jun 2009 17:22:53 +0500
util.stanza: Remove numeric attributes while deserializing Waqas Hussain Thu, 25 Jun 2009 17:19:13 +0500
util.stanza: Omit unused clone parameter from error_reply() Waqas Hussain Fri, 15 May 2009 06:39:53 +0500
util.stanza: stanza:reset() method to reset building state Matthew Wild Wed, 08 Apr 2009 20:12:40 +0100