Smack/smack-core/src/test/java/org/jivesoftware/smack/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
..
IQResponseTest.java Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
MessageTest.java Introduce and use XmlStringBuilder.text() 2020-09-17 14:20:11 +02:00
PresenceTest.java Rename XmlUnitUtils to XmlAssertUtil 2020-06-14 16:53:21 +02:00
StreamErrorTest.java Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
TestIQ.java Introduce SmackConfiguration.SMACK_URL(_STRING) 2019-07-04 15:51:28 +02:00
ToStringTest.java Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
XMPPErrorTest.java Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
XmlEnvironmentTest.java Introduce XmlEnvironment 2019-02-05 13:18:03 +01:00