Smack/smack-tcp/src
Dmitry Deshevoy 230a226424 Prevent race condition after stream resumption
New stanzas sent directly after stream resumption might have been added
to unacknowledgedStanzas before the old unacknowledged stanzas
are resent. This caused new stanzas to be sent twice and later led
to a StreamManagementCounterError.

Fixes SMACK-786
2017-11-18 19:37:07 +03:00
..
main Prevent race condition after stream resumption 2017-11-18 19:37:07 +03:00
test/java/org/jivesoftware/smack Add support for <text/> elements in SM's <failed/> element 2017-06-17 11:43:49 +02:00