mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-18 02:02:04 +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) {
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue