Smack/smack-core/src/test/java/org/jivesoftware/smack/util
Florian Schmaus eeb6c52f7e Move SASL logic into AbstractXMPPConnection
Besides the way the transport handles the stream after SASL
<success/>, the SASL logic is independend from the underlying
transport (BOSH, TCP, …). Hence move it up into
AbstractXMPPConnection.

This also has the benefit that we can make some more methods private
or package-private.

Also introduce XmlStringBuilder.optTextChild(), which causes some
associated changes.
2019-09-25 13:49:21 +02:00
..
stringencoder Remove package-info.java from test packages 2015-04-05 10:48:00 +02:00
DnsUtilTest.java Fix DNSUtil.setDaneProvider() 2018-06-12 19:06:18 +02:00
MemoryLeakTestUtil.java Try GC in MemoryLeakTestUtil.assertReferencesQueueSize() 2019-05-09 12:33:43 +02:00
NetworkUtil.java Rework SOCKS5 unit tests so that they can be run in parallel 2019-06-02 10:38:19 +02:00
PacketParserUtilsTest.java Move SASL logic into AbstractXMPPConnection 2019-09-25 13:49:21 +02:00
SHA1Test.java More checkstyle whitespace related checks 2017-05-24 14:42:38 +02:00
StringUtilsTest.java Add StringUtils.deleteXmlWhitespace(String) 2019-08-05 22:20:21 +02:00
XmlUtilTest.java Add XmlUtil.prettyFormatXml() 2017-09-10 16:46:26 +02:00