Smack/smack-tcp/src/main/java/org/jivesoftware/smack/tcp
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
..
BundleAndDefer.java Minor javadoc fixes and improvements 2015-02-22 10:41:53 +01:00
BundleAndDeferCallback.java Fix minor codestyle issues 2017-12-17 11:03:46 +01:00
TCPInitializer.java Rework FileUtils 2018-04-06 10:25:06 +02:00
XMPPTCPConnection.java Move SASL logic into AbstractXMPPConnection 2019-09-25 13:49:21 +02:00
XMPPTCPConnectionConfiguration.java Update errorprone(-plugin) and make Unused(Variable|Method) an error 2019-05-07 23:09:00 +02:00
XmppNioTcpConnection.java Introduce AbstractXMPPConnection.outgoingStreamXmlEnvironment 2019-09-23 16:12:48 +02:00
package-info.java Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00