1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

Move lastStanzaReceived in processPacket

of AbstractXMPPConnection.

In worst case we loose a timestamp because handleUnparsablePacket threw
an Exception.
This commit is contained in:
Florian Schmaus 2014-12-28 00:47:31 +01:00
parent 364fe12b38
commit 54706e3918
2 changed files with 1 additions and 5 deletions

View file

@ -996,7 +996,6 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
continue;
} finally {
clientHandledStanzasCount = SMUtils.incrementHeight(clientHandledStanzasCount);
reportStanzaReceived();
}
processPacket(packet);
break;