vukoye / xmpp_dart

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

How to sendMessage with custom messageId? #91

Closed isaanyoha closed 1 year ago

isaanyoha commented 1 year ago

Hi @vukoye, please how do I sendMessage with custom messageId? I am using xmpp_stone 0.4.4-dev.3.

I noticed sendMessage only has reciverId, message parameters only -> [sendMessage(Jid to, String text)]

isaanyoha commented 1 year ago

Ok, I used AbstractStanza