vukoye / xmpp_dart

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

Connection is disconnecting on stream error #12

Closed vavadiyahiren closed 4 years ago

vavadiyahiren commented 4 years ago

I have installed this lib and checked that connection is happening very well only problem i can see here is it seems not sending the ping response to the server for the ping query and connection are dropping on three consecutive ping failure so couldn't use connection for more then 45 sec.

Here i am attaching the logs of the lib please check and if you can tell me where can i send pong response may be i can take a PR and fix this.

I/flutter (25562): response: <xmpp_stone><iq type="get" id="232-42788" to="6591791164@domain/a44y2hnstd" from="domain"><query xmlns="jabber:iq:version"/></iq></xmpp_stone>
I/flutter (25562): <xmpp_stone><iq type="get" id="232-42788" to="6591791164@domain/a44y2hnstd" from="domain"><query xmlns="jabber:iq:version"/></iq></xmpp_stone>
I/flutter (25562): response: <xmpp_stone><iq type="get" id="731-42789" from="domain" to="6591791164@domain/a44y2hnstd"><ping xmlns="urn:xmpp:ping"/></iq></xmpp_stone>
I/flutter (25562): <xmpp_stone><iq type="get" id="731-42789" from="domain" to="6591791164@domain/a44y2hnstd"><ping xmlns="urn:xmpp:ping"/></iq></xmpp_stone>
I/flutter (25562): response: <xmpp_stone></stream:stream></stream></xmpp_stone>
I/flutter (25562): State: XmppConnectionState.Closed
vavadiyahiren commented 4 years ago

Fixed #13 .