mumble-voip / mumble

Mumble is an open-source, low-latency, high quality voice chat software.
https://www.mumble.info
Other
6.31k stars 1.11k forks source link

Offline Messaging #4620

Open toby63 opened 3 years ago

toby63 commented 3 years ago

Context: Mentioned in https://github.com/mumble-voip/mumble/issues/2560#issuecomment-739582489 .

Description: Send a message to a user who is offline and they receive it when they get online. For the sake of easiness it could be limited to channel messaging during first implementation. It would be quite similar to a chat logging feature.

Additional context: Is related to the implementation of logs #2560.

Krzmbrzl commented 3 years ago

Imo offline messages and persistent messages are one and the same thing (when messages are persistent they kinda automatically also work if one party is offline).

@davidebeatrici @Kissaki @ZeroAbility your thoughts?

ghost commented 3 years ago

I guess it depends on if we are centralizing it on the server or decentralizing it among the clients. I would say persistent chat is the former and offline messages are the latter.

toby63 commented 3 years ago

Imo offline messages and persistent messages are one and the same thing

Well they can be achieved by the same technology, that is correct. Still they are two different topics and one specific difference is that offline messaging might apply to a direct messaging approach as well (so one person sends a private message to another person).

In the end it doesn't really matter, I just thought it would be good to have an issue, so that if someone searches for it, there is something to explain the situation.