aboutsummaryrefslogtreecommitdiffstats
path: root/util/stanza.lua
Commit message (Expand)AuthorAgeFilesLines
* util.stanza: Omit unused clone parameter from error_reply()Waqas Hussain2009-05-151-2/+1
* util.stanza: stanza:reset() method to reset building stateMatthew Wild2009-04-081-0/+8
* 0.3->0.4Matthew Wild2009-03-201-1/+1
* util/stanza: Added clone functionWaqas Hussain2009-02-201-1/+20
* util.stanza: Temporary fix for serializing attributes with namespacesMatthew Wild2009-02-111-1/+13
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
* 0.2->0.3Matthew Wild2009-01-301-1/+1
* GPL->MIT!Matthew Wild2009-01-301-13/+2
* Add child_with_ns() method to stanza elements, and fix child_with_name() to i...Matthew Wild2009-01-111-1/+7
* Restore fix for missing last_add on deserialized stanzas. Thanks to tsing for...Matthew Wild2009-01-091-0/+3
* Merge from waqasMatthew Wild2008-12-161-0/+1
|\
| * Optimized stanza_mt.__tostring (called when doing tostring(stanza))Waqas Hussain2008-12-101-11/+26
* | 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
* | New, faster, stanza serializationMatthew Wild2008-12-101-12/+26
|/
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
* Add helper function for adding message bodies to stanzasMatthew Wild2008-11-221-0/+5
* Don't forget to escape XML in attributes. Thanks to the Postgres Q&A room...Matthew Wild2008-11-191-2/+2
* A treat for Linux users ;)Matthew Wild2008-11-141-4/+44
* Merge from waqasMatthew Wild2008-11-131-0/+3
|\
| * Fixed stanza deserializationWaqas Hussain2008-11-131-0/+3
* | Add new top_tag() method to stanzasMatthew Wild2008-11-131-0/+8
|/
* Part one of internal component supportMatthew Wild2008-11-041-1/+1
* Don't set cursor inside added child when using add_child()Matthew Wild2008-10-261-1/+0
* Make add_child() behave as expected. Old add_child() is now add_direct_child()Matthew Wild2008-10-261-4/+10
* dialback keys now verifiedMatthew Wild2008-10-241-1/+6
* Fixed: util.stanza.deserialize now handles nil stanzasWaqas Hussain2008-10-091-11/+13
* Stanza preserialize/deserialize helpers, to strip and restore stanzas respect...Matthew Wild2008-10-091-1/+36
* Fixed typo in variable nameWaqas Hussain2008-10-081-1/+1
* Merged mod_InBandRegistration from waqasMatthew Wild2008-10-051-0/+10
|\
| * User registration, etc (jabber:iq:register)Waqas Hussain2008-10-051-0/+10
* | Removed unused functionsWaqas Hussain2008-10-041-9/+0
|/
* Huge commit to:Matthew Wild2008-09-301-0/+1
* Some docs written by Thorns. Need reviewing.bt2008-09-171-3/+3
* Added all the files to please hg :/matthew2008-08-241-0/+138