status-im / status-console-client

Status messaging console user interface
Mozilla Public License 2.0
10 stars 2 forks source link

Client API doesn't provide confirmation that message is received #103

Open dshulyak opened 5 years ago

dshulyak commented 5 years ago

Current app depends on the confirmation from mailservers for reliability guarantees, otherwise many messages will appear as sent but they actually weren't delivered anywhere.

I think that protocol should implement upcall that message was delivered. In plain whisper we will use what we have, and mvds will provide another mechanism.

cc @adambabik