Smack/smack-experimental/src/test/java/org/jivesoftware/smackx
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
..
carbons Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
chat_markers Introduce and use XmlStringBuilder.text() 2020-09-17 14:20:11 +02:00
colors Organize imports everywhere 2019-10-29 21:12:22 +01:00
eme Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
fallback_indication [test] Use correct class StanzaBuilder for static call to buildMessage() 2020-05-21 22:44:51 +02:00
hashes Introduce test fixtures 2020-04-11 22:05:36 +02:00
hoxt/provider Enable MissingJavadocPackage and UnnecessaryParentheses checkstyle checks 2019-07-24 09:18:39 +02:00
httpfileupload Rename XmlUnitUtils to XmlAssertUtil 2020-06-14 16:53:21 +02:00
mam Rename XmlUnitUtils to XmlAssertUtil 2020-06-14 16:53:21 +02:00
message_fastening Rename XmlUnitUtils to XmlAssertUtil 2020-06-14 16:53:21 +02:00
message_markup Rename XmlUnitUtils to XmlAssertUtil 2020-06-14 16:53:21 +02:00
message_retraction/element Rename XmlUnitUtils to XmlAssertUtil 2020-06-14 16:53:21 +02:00
muclight Update errorprone(-plugin) and make Unused(Variable|Method) an error 2019-05-07 23:09:00 +02:00
push_notifications Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
reference Rename XmlUnitUtils to XmlAssertUtil 2020-06-14 16:53:21 +02:00
sid Rename XmlUnitUtils to XmlAssertUtil 2020-06-14 16:53:21 +02:00
spoiler Rename XmlUnitUtils to XmlAssertUtil 2020-06-14 16:53:21 +02:00
stanza_content_encryption Add support for XEP-0420: Stanza Content Encryption 2020-07-23 11:02:28 +02:00
ExperimentalInitializerTest.java Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00