vukoye / xmpp_dart

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

listen for D/[StreamManagementModule]: #92

Closed isaanyoha closed 1 year ago

isaanyoha commented 1 year ago

How can I listen to D/[StreamManagementModule]: for Delivery receipt. on 0.4.4-dev.3?

Console shows that the stanza is delivered but onNewMessage is unable to listen to print it.

On my end, 'onNewMessage' function does not listen to server acknowledgement of stanza, it only listens to regular messages sent from a user to another user. How do I do this please.

sasasas

isaanyoha commented 1 year ago

Oh Seen ---> connection.streamManagementModule?.deliveredStanzasStream.listen((event) {});