mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
tcp: add newline for better readability
This commit is contained in:
parent
51b167c0d4
commit
e2d393d00d
1 changed files with 1 additions and 0 deletions
|
@ -1446,6 +1446,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
|
||||||
if (unacknowledgedStanzas.size() == UNACKKNOWLEDGED_STANZAS_QUEUE_SIZE_HIGH_WATER_MARK) {
|
if (unacknowledgedStanzas.size() == UNACKKNOWLEDGED_STANZAS_QUEUE_SIZE_HIGH_WATER_MARK) {
|
||||||
writer.write(AckRequest.INSTANCE.toXML().toString());
|
writer.write(AckRequest.INSTANCE.toXML().toString());
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// It is important the we put the stanza in the unacknowledged stanza
|
// It is important the we put the stanza in the unacknowledged stanza
|
||||||
// queue before we put it on the wire
|
// queue before we put it on the wire
|
||||||
|
|
Loading…
Reference in a new issue