util.stanza: Escape newlines and tabs (\r\n\t) when serializing stanzas. \r\n transfo...
authorWaqas Hussain <waqas20@gmail.com>
Wed, 8 Oct 2014 19:56:11 +0000 (15:56 -0400)
committerWaqas Hussain <waqas20@gmail.com>
Wed, 8 Oct 2014 19:56:11 +0000 (15:56 -0400)
commit8420ce79fe0c78fb6a99793f4c925d178f4004ee
tree92b0e4a33e16b6f0b03627f6e55d6235d8389e4f
parent4b39eb72b97e9827e5322974f0424c3fc063ce25
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.
util/stanza.lua