Smack/smack-tcp/src/main/java/org/jivesoftware/smack
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
..
sm/predicates/tcp Create smack-streammanagement project and move o.j.smack.sm code there 2020-08-15 14:03:57 +02:00
tcp [tcp] Fix handling in connection exceptions when resuming a stream 2022-04-30 15:06:15 +02:00