prose-im / prose-core-client

Prose core XMPP client manager & protocols.
https://prose.org
Mozilla Public License 2.0
18 stars 3 forks source link

Do not send received/read receipts? #44

Closed nesium closed 4 months ago

nesium commented 5 months ago

Currently I'm sending a received marker (XEP-0333) for every received message. This leads to a bit of back and forth and messagesUpdated events when these are exchanged.

I've added this during a time when I didn't know about Stream Management (#21) and thought of it as a replacement (which it isn't since Stream Management works for all kinds of stanzas).

I'm not sure if we even need message markers. WhatsApp has them, Slack to my knowledge hasn't. What do you think @valeriansaliou?

valeriansaliou commented 5 months ago

We don't need them, no workspace app sends read receipts. You can safely remove them.