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