Log

util/xmppstream.lua @ 4306:a101c59772e7

description author age
Merge 0.8->trunk Matthew Wild Sun, 05 Jun 2011 01:54:06 +0100
util.xmppstream: Check to make sure parser.stop is present before calling it. Waqas Hussain Sun, 05 Jun 2011 01:57:43 +0500
Merge 0.8->trunk Matthew Wild Thu, 02 Jun 2011 15:28:41 +0100
Merge 0.7->0.8 base core/xmlhandlers.lua@79a69862e494 Matthew Wild Thu, 02 Jun 2011 15:28:12 +0100
Merge 0.8->trunk Matthew Wild Thu, 02 Jun 2011 00:26:48 +0100
Merge 0.7->0.8 base core/xmlhandlers.lua@2290d88084b8 Matthew Wild Thu, 02 Jun 2011 00:26:23 +0100
Merge 0.8->trunk Matthew Wild Thu, 02 Jun 2011 00:05:33 +0100
Merge 0.7->0.8 base core/xmlhandlers.lua@19bb06180ce1 Matthew Wild Wed, 01 Jun 2011 23:26:39 +0100
util.xmppstream: Reject XML comments, processing instructions and (if supported by LuaExpat) DTDs. If not supported, log a warning. Matthew Wild Wed, 01 Jun 2011 23:02:10 +0100
util.xmppstream: Reject XML comments, processing instructions and (if supported by LuaExpat) DTDs. If not supported, log a warning. Matthew Wild Wed, 01 Jun 2011 23:02:10 +0100
util.xmppstream: Optimized stanza building by bypassing the stanza API. Waqas Hussain Wed, 29 Dec 2010 18:49:59 +0500
util.xmppstream: Allow stream_ns = "" for parsing streams with no xmlns Matthew Wild Tue, 21 Dec 2010 14:44:13 +0000
util.xmppstream: Expose ns_separator and ns_pattern Matthew Wild Tue, 07 Dec 2010 19:19:05 +0000
util.xmppstream: Fix logger name. Waqas Hussain Fri, 03 Dec 2010 01:03:52 +0500
util.stanza, util.xmppstream, core.xmlhandlers: Allow stanza.last_add to be nil, and set it nil by default. Saves a table allocation per-element. 20% faster stanza building. Waqas Hussain Fri, 26 Nov 2010 05:23:37 +0500