Add helper function for adding message bodies to stanzas
|
Matthew Wild |
Sat, 22 Nov 2008 19:07:41 +0000 |
Don't forget to escape XML in attributes. Thanks to the Postgres Q&A room on conference.jabber.org :)
|
Matthew Wild |
Wed, 19 Nov 2008 05:02:13 +0000 |
A treat for Linux users ;)
|
Matthew Wild |
Fri, 14 Nov 2008 16:03:33 +0000 |
Merge from waqas
|
Matthew Wild |
Thu, 13 Nov 2008 16:58:29 +0000 |
Fixed stanza deserialization
|
Waqas Hussain |
Thu, 13 Nov 2008 12:07:53 +0500 |
Add new top_tag() method to stanzas
|
Matthew Wild |
Thu, 13 Nov 2008 03:47:44 +0000 |
Part one of internal component support
|
Matthew Wild |
Tue, 04 Nov 2008 18:15:56 +0000 |
Don't set cursor inside added child when using add_child()
|
Matthew Wild |
Sun, 26 Oct 2008 14:39:52 +0000 |
Make add_child() behave as expected. Old add_child() is now add_direct_child()
|
Matthew Wild |
Sun, 26 Oct 2008 14:27:10 +0000 |
dialback keys now verified
s2s
|
Matthew Wild |
Fri, 24 Oct 2008 03:06:55 +0100 |
Fixed: util.stanza.deserialize now handles nil stanzas
|
Waqas Hussain |
Thu, 09 Oct 2008 22:19:35 +0500 |
Stanza preserialize/deserialize helpers, to strip and restore stanzas respectively. Fixed mod_vcard to use these.
|
Matthew Wild |
Thu, 09 Oct 2008 00:50:45 +0100 |
Fixed typo in variable name
|
Waqas Hussain |
Wed, 08 Oct 2008 03:38:07 +0500 |
Merged mod_InBandRegistration from waqas
|
Matthew Wild |
Sun, 05 Oct 2008 01:32:43 +0100 |
User registration, etc (jabber:iq:register)
|
Waqas Hussain |
Sun, 05 Oct 2008 04:55:45 +0500 |