mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-04-17 04:08:41 +02:00
Smack currently does unnecessary escaping of XML text, where it escapes e.g. '"' to '"'. This bloats the stanza size, especially if JSON payloads are involved. Fixes SMACK-892 (although there are probably still places where XmlStringBuilder.escape() is used when XmlStringBuild.text() could have been used). |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.gradle |