Mercurial > prosody-hg
diff util/xmppstream.lua @ 6053:2f93a04564b2
util.xmppstream: Also disable CharacterData merging after stream restarts
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Wed, 02 Apr 2014 14:31:19 +0100 |
| parents | ce3244c084f9 |
| children | 7a5ddbaf758d ec446efc15e1 |
line wrap: on
line diff
--- a/util/xmppstream.lua Wed Apr 02 11:05:41 2014 +0100 +++ b/util/xmppstream.lua Wed Apr 02 14:31:19 2014 +0100 @@ -243,7 +243,7 @@ return { reset = function () - parser = new_parser(handlers, ns_separator); + parser = new_parser(handlers, ns_separator, false); parse = parser.parse; n_outstanding_bytes = 0; meta.reset();
