mirror of
https://github.com/mumble-voip/mumble.git
synced 2026-03-03 00:46:56 -05:00
Static-invite links to direct new users to existing servers #2143
Labels
No labels
GlobalShortcuts
Hacktoberfest
accessibility
acl
asio
audio
bonjour
bsd
bug
build
certificate
ci
client
code
documentation
external-bug
feature-request
gRPC
github
good first issue
help wanted
help-needed
ice
installer
linux
macOS
needs-ckeck-with-latest-version
needs-more-input
overlay
positional audio
priority/P0 - Blocker
priority/P1 - Critical
priority/P2 - Important
priority/P3 - Somewhat important
priority/P4 - Low
public-server-registration
qt
recording
release-management
server
stale-no-response
stale-support
support
task
test
theme
translation
triage
ui
windows
wontfix
x64
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mumble-mumble-voip#2143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tobiasarndt on GitHub (Mar 9, 2021).
Context
Make it easier for new users to join existing servers, by adding the possibility to issue static invite-links.
Describe the feature you have in mind
If the user has an existing mumble installation, request to open mumble at the specified server from the browser, else ask the user to install mumble and supply download links.
@Krzmbrzl commented on GitHub (Mar 9, 2021):
You can already use links to join a Mumble server.
Prompting for Mumble to be installed when clicking on a Link is probably not possible though 🤔
@Kissaki commented on GitHub (Mar 10, 2021):
I think that’s an interesting and reasonable suggestion. More of a service infrastructure / website feature though.
For example: We would host something on
https://invite.mumble.info/<mumble-url>and trigger opening the mumble url with javascript, and if unsuccessful / no protocol handler registered we display some HTML information and download link / link to download page.I think this is viable and useful.
And if the url is a parameter we do not have to implement any backend infrastructure.
We may want to not auto-open the mumble link though, and display a warning that it will 1. open Mumble, and 2. is not trusted or verified by us. Whether or not we base64 encode the url would be another question. I think seeing it open could increase trust(worthyness).
The client could then have a copy-url action in the Server menu with this invite link.
@Krzmbrzl commented on GitHub (Mar 10, 2021):
Ah okay yes that would be an option. I was thinking of a purely client-side process.
@Krzmbrzl commented on GitHub (Mar 10, 2021):
@davidebeatrici thoughts?
@davidebeatrici commented on GitHub (Mar 10, 2021):
Definitely feasible.