KaffeDiem / dIM

A chat app for iOS that never connects to a server
https://www.dimchat.org
GNU General Public License v3.0
17 stars 9 forks source link

Messages are dropped if contact is unavailable #10

Closed KaffeDiem closed 3 years ago

KaffeDiem commented 3 years ago

If you send a message to someone who is unavailable then the message is dropped. This is solved by adding messages to a deliver-queue and sending them whenever the recipient is available.

KaffeDiem commented 3 years ago

A simple queue feature has been implemented although this needs work

KaffeDiem commented 3 years ago

A simple queue has been implemented and messages sent the past 15 minutes are delivered