Smack/smack-experimental/src/main/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 [carbons] Add CarbonExtension.Private.addTo(MessageBuilder), deprecate old 2020-05-21 22:44:14 +02:00
chat_markers Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
colors Update XEP-0392 to 0.6.0 2019-06-30 16:01:08 +02:00
csi Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
dox dox: make setDefaultDnsOverXmppResolver() static 2020-04-12 12:06:18 +02:00
eme Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
fallback_indication Bump Error Prone version to 2.3.4 and fix new bug patterns 2020-05-24 21:10:01 +02:00
gcm Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
hashes Remove Bouncycastle as direct dependency 2020-03-13 16:58:45 +01:00
hints Rename Stanza.getExtension(String, String) to getExtensionElement() 2020-04-12 12:09:04 +02:00
hoxt s/occured/occurred/ 2019-10-30 12:02:36 +01:00
httpfileupload [core] Rework TLS logic 2020-05-25 15:41:57 +02:00
iot Do not have Stanza.getExtension(String, String) return a generic type 2020-04-05 22:10:05 +02:00
jid_prep Organize imports everywhere 2019-10-29 21:12:22 +01:00
jingle_filetransfer Refer to static fields by their declaring type 2020-04-12 12:08:31 +02:00
json Introduce and use XmlStringBuilder.text() 2020-09-17 14:20:11 +02:00
mam [mam] Improve MamResultExtension: use MessageView in from() and add QNAME 2020-08-28 09:47:54 +02:00
message_fastening fastening: set ENABLED_BY_DEFAULT to false 2020-04-15 09:34:04 +02:00
message_markup Refer to static fields by their declaring type 2020-04-12 12:08:31 +02:00
message_retraction [experimental] Delcare methods as static when possible 2020-05-24 18:01:00 +02:00
muclight Rename Stanza.getExtension(String, String) to getExtensionElement() 2020-04-12 12:09:04 +02:00
push_notifications Re-work data form API 2020-05-13 20:14:41 +02:00
reference Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
sid Add QName field in OriginIdElement 2020-07-03 00:24:05 +02:00
spoiler Rework XML Element hierarchy and XmlStringBuilder 2019-09-07 18:17:08 +02:00
stanza_content_encryption Add support for XEP-0420: Stanza Content Encryption 2020-07-23 11:02:28 +02:00
xmlelement Organize imports everywhere 2019-10-29 21:12:22 +01:00