Smack/smack-core/src/test/java/org/jivesoftware/smack
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
..
altconnections Add support for HTTP lookup method through xep-0156 2020-06-25 21:10:43 +05:30
compress Rename XmlUnitUtils to XmlAssertUtil 2020-06-14 16:53:21 +02:00
filter Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
packet Introduce and use XmlStringBuilder.text() 2020-09-17 14:20:11 +02:00
parsing junit: bump to 5.6.0 2020-02-23 19:12:54 +01:00
provider Rename XmlUnitUtils to XmlAssertUtil 2020-06-14 16:53:21 +02:00
sasl/core Introduce test fixtures 2020-04-11 22:05:36 +02:00
util Rename XmlUnitUtils to XmlAssertUtil 2020-06-14 16:53:21 +02:00
xml Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
ConnectionConfigurationTest.java Deprecate setHostAddressByNameOrIp() and move logic into setHost() 2019-08-22 10:55:33 +02:00
SmackConfigurationTest.java Bump errorprone to 2.2.0 2018-03-28 15:56:04 +02:00
SmackFutureTest.java Rework SmackFuture and add async API based on it 2017-08-12 17:35:45 +02:00
StanzaCollectorTest.java Rework XML Element hierarchy and XmlStringBuilder 2019-09-07 18:17:08 +02:00
StanzaIdTest.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00