Smack/smack-tcp/src/main/java/org/jivesoftware/smack/tcp
Florian Schmaus 0e0c0a4093 [tcp] Fix handling in connection exceptions when resuming a stream
Smack would previous run into "assert smResumptionFailed != null;" at
line 407, since if a connection exception was encountered,
waitForConditionOrConnectionException() would return, but we afterards
just assumed that either SM resumption was successful or not.
2022-04-30 15:06:15 +02:00
..
rce [core] Add requireNonNull() check to some connection endpoints 2020-11-14 12:47:35 +01: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
ConnectionAttemptState.java Remove unrequired assignment of value to connectionEndpoint variable 2020-07-02 01:59:58 +05:30
TCPInitializer.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
TcpHostEvent.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
XMPPTCPConnection.java [tcp] Fix handling in connection exceptions when resuming a stream 2022-04-30 15:06:15 +02:00
XMPPTCPConnectionConfiguration.java Use correct class name in docs 2020-05-28 03:29:37 +05:30
XmppTcpTransportModule.java [tcp] Add code comment why we have to copy the ByteBuffer 2020-09-20 13:53:13 +02:00
XmppTcpTransportModuleDescriptor.java Introduce Smack's Modular Connection Architecture 2020-04-04 13:03:31 +02:00
package-info.java Add missing package-info descriptions. 2018-02-21 16:47:11 +01:00