aboutsummaryrefslogtreecommitdiffstats
path: root/util/xmppstream.lua
Commit message (Expand)AuthorAgeFilesLines
* util.xmppstream: Optimize attribute processing.Waqas Hussain2012-01-251-10/+9
* util.xmppstream: Have faith in the XML parser matching start and end tags.Waqas Hussain2012-01-251-10/+2
* util.xmppstream: Remove some unnecessary code.Waqas Hussain2012-01-251-2/+0
* util.dependencies, util.xmppstream: Move LuaExpat version checking to util.de...Waqas Hussain2011-11-221-7/+0
* util.xmppstream: A little cleanup.Waqas Hussain2011-11-221-8/+2
* Merge 0.8->trunkMatthew Wild2011-06-051-1/+1
|\
| * util.xmppstream: Check to make sure parser.stop is present before calling it.Waqas Hussain2011-06-051-1/+1
* | Merge 0.8->trunkMatthew Wild2011-06-021-2/+5
|\|
| * Merge 0.7->0.8Matthew Wild2011-06-021-2/+5
* | Merge 0.8->trunkMatthew Wild2011-06-021-1/+0
|\|
| * Merge 0.7->0.8Matthew Wild2011-06-021-1/+0
| * util.xmppstream: Reject XML comments, processing instructions and (if support...Matthew Wild2011-06-011-0/+21
| * util.xmppstream: Allow stream_ns = "" for parsing streams with no xmlnsMatthew Wild2010-12-211-1/+4
| * util.xmppstream: Expose ns_separator and ns_patternMatthew Wild2010-12-071-0/+3
| * util.xmppstream: Fix logger name.Waqas Hussain2010-12-031-1/+1
* | util.xmppstream: Reject XML comments, processing instructions and (if support...Matthew Wild2011-06-011-0/+21
* | util.xmppstream: Optimized stanza building by bypassing the stanza API.Waqas Hussain2010-12-291-7/+16
* | util.xmppstream: Allow stream_ns = "" for parsing streams with no xmlnsMatthew Wild2010-12-211-1/+4
* | util.xmppstream: Expose ns_separator and ns_patternMatthew Wild2010-12-071-0/+3
* | util.xmppstream: Fix logger name.Waqas Hussain2010-12-031-1/+1
|/
* util.stanza, util.xmppstream, core.xmlhandlers: Allow stanza.last_add to be n...Waqas Hussain2010-11-261-1/+2
* util.xmppstream: Preserve the stream content namespace on descendents of elem...Waqas Hussain2010-11-201-1/+7
* Monster whitespace commit (beware the whitespace monster).Waqas Hussain2010-10-161-2/+2
* util.xmppstream: Removed some useless property assignments.Waqas Hussain2010-08-031-4/+0
* util.xmppstream: Add set_session() method to change the session that a stream...Matthew Wild2010-08-021-2/+8
* util.xmppstream: Stream objects now just have feed/reset methodsMatthew Wild2010-05-091-4/+22
* Merge 0.7->trunkMatthew Wild2010-03-221-2/+2
* util.xmppstream: new() now returns a parser objectMatthew Wild2010-03-221-4/+9
* util.xmppstream: Initial commitMatthew Wild2010-03-221-0/+145