Smack/smack-tcp/src/main/java/org/jivesoftware/smack/tcp
Florian Schmaus d54dafc499 Don't return if securityMode is 'disabled'
in afterFeaturesReceived. As this will cause
maybeCompressFeaturesReceived.reportSuccess() never to be called if the
server announces 'starttls' but security mode is set to 'disabled' and
if 'compression' is also announced.

Fixes SMACK-678.
2015-06-25 11:07:25 +02:00
..
BundleAndDefer.java Minor javadoc fixes and improvements 2015-02-22 10:41:53 +01:00
BundleAndDeferCallback.java Improve the bundle and defer mechanism 2015-02-22 10:51:44 +01:00
TCPInitializer.java Enable OSGi compliance via 'DynamicImport-Package: *' 2015-01-03 13:14:02 +01:00
XMPPTCPConnection.java Don't return if securityMode is 'disabled' 2015-06-25 11:07:25 +02:00
XMPPTCPConnectionConfiguration.java Add javadoc to XMPPTCPConnectionConfiguration 2015-01-17 10:34:37 +01:00