mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-02-16 22:56:32 +01:00
If whitespace (e.g. \n \t) needs to be preserved, then XML elements should be used instead of attributes. Since we do this now in DirectoryRosterStore, there is also no longer a need for an specialized StringUtils.escapeForXML(). Also introduce XmlStringBuilder, which should become the default way to implement Packet.toXML() and the like. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
build.gradle |