aboutsummaryrefslogtreecommitdiffstats
path: root/util/xmppstream.lua
Commit message (Collapse)AuthorAgeFilesLines
* util.xmppstream: Fix logger name.Waqas Hussain2010-12-031-1/+1
|
* util.stanza, util.xmppstream, core.xmlhandlers: Allow stanza.last_add to be ↵Waqas Hussain2010-11-261-1/+2
| | | | nil, and set it nil by default. Saves a table allocation per-element. 20% faster stanza building.
* util.xmppstream: Preserve the stream content namespace on descendents of ↵Waqas Hussain2010-11-201-1/+7
| | | | elements which are in another namespace.
* 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 ↵Matthew Wild2010-08-021-2/+8
| | | | stream is associated with
* 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