vukoye / xmpp_dart

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

Fixed bug in roster result processing #77

Closed annarekonvald closed 1 year ago

annarekonvald commented 2 years ago
  1. Added correct processing of iq with SET type
  2. Fixed completion with correct data(IqStanzaResult instead of bool)
  3. Added IqStanza to export to be able to process result and understand either operation was completed successfully