Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.xmppstream: Fix logger name. | Waqas Hussain | 2010-12-03 | 1 | -1/+1 |
| | |||||
* | util.stanza, util.xmppstream, core.xmlhandlers: Allow stanza.last_add to be ↵ | Waqas Hussain | 2010-11-26 | 1 | -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 Hussain | 2010-11-20 | 1 | -1/+7 |
| | | | | elements which are in another namespace. | ||||
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 1 | -2/+2 |
| | |||||
* | util.xmppstream: Removed some useless property assignments. | Waqas Hussain | 2010-08-03 | 1 | -4/+0 |
| | |||||
* | util.xmppstream: Add set_session() method to change the session that a ↵ | Matthew Wild | 2010-08-02 | 1 | -2/+8 |
| | | | | stream is associated with | ||||
* | util.xmppstream: Stream objects now just have feed/reset methods | Matthew Wild | 2010-05-09 | 1 | -4/+22 |
| | |||||
* | Merge 0.7->trunk | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| | |||||
* | util.xmppstream: new() now returns a parser object | Matthew Wild | 2010-03-22 | 1 | -4/+9 |
| | |||||
* | util.xmppstream: Initial commit | Matthew Wild | 2010-03-22 | 1 | -0/+145 |