mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-01-09 13:07:58 +01:00
b7824f008d
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). |
||
---|---|---|
.. | ||
java/org/jivesoftware/smack | ||
resources |