Software /
code /
prosody
Log
util/stanza.lua @ 6499:9030b056bd4a 0.9.7
description | author | age |
---|---|---|
Backout changeset 6e67c73f730c: not a major fix and it breaks interop with at least Isode M-Link, and possibly standards, while it's not clear it actually fixes the original problem either. 0.9.7 | Matthew Wild | Fri, 24 Oct 2014 23:20:06 +0100 |
Merge 0.9->0.10 | Waqas Hussain | Wed, 08 Oct 2014 18:42:33 -0400 |
util.stanza: Escape newlines and tabs (\r\n\t) when serializing stanzas. \r\n transforms into \n otherwise, and \r\n\t in attributes transforms into spaces. | Waqas Hussain | Wed, 08 Oct 2014 15:56:11 -0400 |
Remove all trailing whitespace | Florian Zeitz | Fri, 09 Aug 2013 17:48:21 +0200 |
util.stanza: Use correct index when replacing the tag in .tags (thanks daurnimator) | Matthew Wild | Fri, 05 Apr 2013 19:59:48 +0100 |
util.stanza: Add stanza:find(), a light weight XPath-like method | Kim Alvefur | Thu, 04 Apr 2013 20:05:35 +0200 |
util.stanza: :maptags(): Fixes to make loop more robust on item removal | Matthew Wild | Wed, 03 Apr 2013 13:38:27 +0100 |