vukoye / xmpp_dart

Lightweight XMPP client library written in Dart
Apache License 2.0
83 stars 64 forks source link

Lost connection error #70

Open dazevich opened 2 years ago

dazevich commented 2 years ago

Good day. If you lose the connection and try to reconnect, the error "You acknowledged stanzas that we didn't send. Your Ack h: 17, our last stanza: 5" is thrown and the connection is closed. This scenario repeats itself forever.

<stream:error xmlns:stream="http://etherx.jabber.org/streams"> <undefined-condition xmlns="urn:ietf:params:xml:ns:xmpp-streams"/> <text xmlns="urn:ietf:params:xml:ns:xmpp-streams">You acknowledged stanzas that we didn't send. Your Ack h: 377, our last stanza: 68 </text> </stream:error>