tcp: add newline for better readability

This commit is contained in:
Florian Schmaus 2020-04-07 23:13:50 +02:00
parent 51b167c0d4
commit e2d393d00d
1 changed files with 1 additions and 0 deletions

View File

@ -1446,6 +1446,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
if (unacknowledgedStanzas.size() == UNACKKNOWLEDGED_STANZAS_QUEUE_SIZE_HIGH_WATER_MARK) {
writer.write(AckRequest.INSTANCE.toXML().toString());
}
try {
// It is important the we put the stanza in the unacknowledged stanza
// queue before we put it on the wire