mirror of
https://github.com/mumble-voip/mumble.git
synced 2026-03-03 00:46:56 -05:00
allow to link a carddav addressbook to Mumble #1849
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#1849
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 @Mannshoch on GitHub (May 15, 2020).
Context
Describe the feature you have in mind
Right-click user -> Add to address book
VCF File content:
IMPP;TYPE=home;PREF=1:mumble:USERNAME@SERVER:PORT
Describe alternatives you've considered
Allow right click an User and just rename it.
@Krzmbrzl commented on GitHub (May 15, 2020):
So what exactly do you want? A way to set the name of other clients for displaying on your machine?
If so, I think this is a duplicate of #3967
@Mannshoch commented on GitHub (May 15, 2020):
I try to propose several Ideas that may work hand in hand. Yes, it seems one of these is #3967
@Krzmbrzl commented on GitHub (May 17, 2020):
Could you elaborate on the other aspects. To me it is not really clear yet, why I could need an address book in Mumble 🤔
@bendem commented on GitHub (May 18, 2020):
Correct me if I'm wrong. You want the possibility to save information in a card dav server about someone you met on a mumble server (which server, what their user-id was) ?
So you have an entry in your card dav server with me:
in your contact software you want to be able to connect to the mumble server specified (mumble:// urls should work for that, ask your contact software maintainers).
And in mumble you would like to see the details from carddav if any.
If I understood correctly, the contact software part should be easy enough to implement (online availability is probably hard though).
As for the mumble part, if someone feels like implementing it, it would probably be well received by the team, but I doubt such a niche usage will have a high priority for the core team.
@Krzmbrzl commented on GitHub (May 18, 2020):
Agreed.
@Mannshoch commented on GitHub (May 19, 2020):
@streaps commented on GitHub (May 19, 2020):
this would be used by very few user. I think it's feature creep and to much effort. features not only have to be implemented, but also maintained in the future.
@Mannshoch commented on GitHub (May 19, 2020):
@all thanks for you respond. In my opinion it's an important Idea but I'm also not the heavy user you may have in focus with this tool.
May it's more an idea for an add-on so you could test how people use it?
@toby63 commented on GitHub (May 19, 2020):
🤔
maybe a friends list in the mumble client would be a good thing, also for other usecases, like:
#2560 #1813 #3967
And then regarding the more specific ideas, it could be enough to be able to access the friendslist via API and/or export the data.
This way the data could be imported to another client or modified by an external script to implement it into adressbooks etc.
@Krzmbrzl commented on GitHub (May 19, 2020):
I agree that this sounds very much like the task for a plugin. After #3743 has been merged the creation of general purpose plugins will be possible.
I also think that the scope of this issue goes beyond what Mumble tries to be. Therefore I'll close this issue.
@Mannshoch commented on GitHub (May 20, 2020):
If you have somewhere a list of Blueprints for plugins I would like it if you move this Ticket on this list.
@Krzmbrzl commented on GitHub (May 20, 2020):
I'm pretty sure we don't have that (yet) as right now plugins aren't even a part of the master branch. This will change soon though :)