aboutsummaryrefslogtreecommitdiffstats
path: root/util/stanza.lua
Commit message (Collapse)AuthorAgeFilesLines
* GPL->MIT!Matthew Wild2009-01-301-13/+2
|
* Add child_with_ns() method to stanza elements, and fix child_with_name() to ↵Matthew Wild2009-01-111-1/+7
| | | | iterate tags rather than all children
* Restore fix for missing last_add on deserialized stanzas. Thanks to tsing ↵Matthew Wild2009-01-091-0/+3
| | | | for discovering.
* 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 ↵Matthew Wild2008-11-191-2/+2
| | | | room on conference.jabber.org :)
* 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 ↵Matthew Wild2008-10-091-1/+36
| | | | respectively. Fixed mod_vcard to use these.
* 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
| | | | | | | * Break stanza routing (to be restored in a future commit) * Remove the old stanza_dispatcher code, which was never going to be maintainable nor extendable :) * Bring us plugins, starting with mod_legacyauth and mod_roster * Sessions are now created/destroyed using a standard sessionmanager interface
* Some docs written by Thorns. Need reviewing.bt2008-09-171-3/+3
|
* Added all the files to please hg :/matthew2008-08-241-0/+138