Smack/core/src/main/java/org/jivesoftware/smack/util
Florian Schmaus 363354f237 Make DirectoryRosterStore use elements for whitespace content
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.
2014-03-20 14:35:38 +01:00
..
dns Move DNS resolving into connect() 2014-03-19 13:14:03 +01:00
Base32Encoder.java Re-activate all ignored unit-tests 2014-03-10 22:41:34 +01:00
Base64.java Make JUL Loggers final (SMACK-536) 2014-02-26 22:00:27 +01:00
Base64Encoder.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
Base64FileUrlEncoder.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
Cache.java Remove old Apache commons collections from codebase 2014-03-17 14:47:55 +01:00
DNSUtil.java Move DNS resolving into connect() 2014-03-19 13:14:03 +01:00
FileUtils.java Move file related methods to FileUtils 2014-03-20 13:26:57 +01:00
ObservableReader.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
ObservableWriter.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
PacketParserUtils.java Introduce SmackException 2014-03-14 01:46:42 +01:00
ReaderListener.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
StringEncoder.java Fix all javadoc warnings 2014-03-10 21:58:12 +01:00
StringUtils.java Make DirectoryRosterStore use elements for whitespace content 2014-03-20 14:35:38 +01:00
WriterListener.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
XmlStringBuilder.java Make DirectoryRosterStore use elements for whitespace content 2014-03-20 14:35:38 +01:00
XmlUtils.java Remove the dependency on javax.xml.transform 2014-02-20 14:47:05 +01:00
XmppDateTime.java Fix all javadoc warnings 2014-03-10 21:58:12 +01:00
package.html Migrate from Ant to Gradle (SMACK-265) 2014-02-14 18:46:33 +01:00