Log

util/xmppstream.lua @ 4282:f5a46b73432b

description author age
Merge 0.7->0.8 base core/xmlhandlers.lua@2290d88084b8 Matthew Wild 2011-06-01
Merge 0.8->trunk Matthew Wild 2011-06-01
Merge 0.7->0.8 base core/xmlhandlers.lua@19bb06180ce1 Matthew Wild 2011-06-01
util.xmppstream: Reject XML comments, processing instructions and (if supported by LuaExpat) DTDs. If not supported, log a warning. Matthew Wild 2011-06-01
util.xmppstream: Reject XML comments, processing instructions and (if supported by LuaExpat) DTDs. If not supported, log a warning. Matthew Wild 2011-06-01
util.xmppstream: Optimized stanza building by bypassing the stanza API. Waqas Hussain 2010-12-29
util.xmppstream: Allow stream_ns = "" for parsing streams with no xmlns Matthew Wild 2010-12-21
util.xmppstream: Expose ns_separator and ns_pattern Matthew Wild 2010-12-07
util.xmppstream: Fix logger name. Waqas Hussain 2010-12-02
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 2010-11-26
util.xmppstream: Preserve the stream content namespace on descendents of elements which are in another namespace. Waqas Hussain 2010-11-19
Monster whitespace commit (beware the whitespace monster). Waqas Hussain 2010-10-16
util.xmppstream: Removed some useless property assignments. Waqas Hussain 2010-08-03
util.xmppstream: Add set_session() method to change the session that a stream is associated with Matthew Wild 2010-08-02
util.xmppstream: Stream objects now just have feed/reset methods Matthew Wild 2010-05-09
Merge 0.7->trunk base core/xmlhandlers.lua@462d05259c10 Matthew Wild 2010-03-22
util.xmppstream: new() now returns a parser object Matthew Wild 2010-03-22
util.xmppstream: Initial commit base core/xmlhandlers.lua@2e398d19a537 Matthew Wild 2010-03-22