-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When "Listening" to a channel (#4011), text messages should also be delivered #4539
Comments
I'm not entirely sure that this is something that a user would/should expect when listening to a channel 🤔 On the other hand there is probably not much that actually speaks against doing so in any case 🤷
No problem. if you have any questions (which you probably will), just let me know. I'm happy to help :) I think the implementation is actually rather straight forward: When receiving a text-message on the server, relay them to all listeners of a channel, that don't receive the message already (due to links, or simply due to being in that channel). |
Are you referring to Channel Links as documented here: https://wiki.mumble.info/wiki/ACL_and_Groups#Mumble_Access_Control_Vocabulary ? That feature was new to me, thanks for pointing it out :) However, I did a quick test and even with linked channels, the chat messages are not shared to all users in that link group (text messages are only given to the users in the channel they appear in, not to the users in other channels of the same link community). Do you think this should be done as well for consistency? Should that (and the case that I requested for the |
The "Channel Listeners" (mumble-voip#4011) feature allows users to hear the audio from a channel without joining it. This commit also delivers text messages to all users who are "listening to" a channel this way. Implements mumble-voip#4539
The "Channel Listeners" (mumble-voip#4011) feature allows users to hear the audio from a channel without joining it. This commit also delivers text messages to all users who are "listening to" a channel this way. Implements mumble-voip#4539
…nels The "Channel Listeners" (mumble-voip#4011) feature allows users to hear the audio from a channel without joining it. This commit also delivers text messages to all users who are just "listening to" a channel this way. Implements mumble-voip#4539
Yes I am referring to exactly that. Okay then we only have an open feature requests for text-messages to be relayed from linked channels: #1719
Well if you want to, that'd be nice 👍
Here's fine (your PR works just as well). |
Ops, I forgot to search for similar tickets. I'll implement the "text messages to linked channels" after PR #4540 is done. |
…nels The "Channel Listeners" (mumble-voip#4011) feature allows users to hear the audio from a channel without joining it. This commit also delivers text messages to all users who are just "listening to" a channel this way. Implements mumble-voip#4539
…nels The "Channel Listeners" (mumble-voip#4011) feature allows users to hear the audio from a channel without joining it. This commit also delivers text messages to all users who are just "listening to" a channel this way. Implements mumble-voip#4539
Implemented by #4540. Thanks for merging so quickly! |
Context
Describe the feature you have in mind
I plan to work on this myself but of course if someone else is faster, that would be awesome. I do have the build system working for Linux and I do have some experience with Qt-based apps. However, the mumble source code and protocol are new to me.
The text was updated successfully, but these errors were encountered: