Smack/smack-experimental/src/main/java/org/jivesoftware/smackx/json/packet
Florian Schmaus b7824f008d Introduce and use XmlStringBuilder.text()
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).
2020-09-17 14:20:11 +02:00
..
AbstractJsonPacketExtension.java Introduce and use XmlStringBuilder.text() 2020-09-17 14:20:11 +02:00
JsonPacketExtension.java Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
package-info.java Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00