Smack/smack-tcp/src/main/java
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
..
org/jivesoftware/smack [tcp] Fix handling in connection exceptions when resuming a stream 2022-04-30 15:06:15 +02:00