Smack/smack-tcp
Florian Schmaus f5115f4666 Empty unacknowledgedStanzas when 'resumed' is received
by changing

stanzasToResend.addAll(unacknowledgedStanzas);

to

unacknowledgedStanzas.drainTo(stanzasToResend);

Also use sendStanzaInternal to call the callbacks, which also requires
the smEnabledSyncPoint to got signaled.

Fixes SMACK-700. Thanks to Juan Antonio for reporting this.
2015-10-21 16:04:02 +02:00
..
src Empty unacknowledgedStanzas when 'resumed' is received 2015-10-21 16:04:02 +02:00
build.gradle Prefix subprojects with 'smack-' 2014-04-28 19:44:14 +02:00