hannesm / jackline

minimalistic secure XMPP client in OCaml
BSD 2-Clause "Simplified" License
251 stars 20 forks source link

Request/receive, and send, message receipts #49

Closed cfcs closed 9 years ago

cfcs commented 9 years ago

It would be useful to have message receipts in jackline.

hannesm commented 9 years ago

oh yes, I so want to have this (see #25, most likely outdated)

cfcs commented 9 years ago

It seems like there are several XEPs that could be of relevance:

cfcs commented 9 years ago

In relation to the latter (XEP-0203: Delayed Delivery) it would also be nice to have the original timestamp displayed for messages that are received upon reconnection, instead of displaying the local 'received' timestamp, since that's a bit misleading. I can't seem to find the relevant XEP right now. Thoughts?

hannesm commented 9 years ago

delayed delivery: see #31 which has a partial solution...

hannesm commented 9 years ago

closing since 184 is implemented now