1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-18 09:34:53 +02:00
Smack/smack-tcp/src
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
..
main Empty unacknowledgedStanzas when 'resumed' is received 2015-10-21 16:04:02 +02:00
test/java/org/jivesoftware/smack Substitute 'packet' with 'stanza(/packet)' in javadoc 2015-03-21 09:36:28 +01:00