Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Sync mumble avatar to fake matrix user #11

Open
amalon opened this issue Jun 8, 2020 · 3 comments
Open

Sync mumble avatar to fake matrix user #11

amalon opened this issue Jun 8, 2020 · 3 comments

Comments

@amalon
Copy link
Contributor

amalon commented Jun 8, 2020

Sync the mumble avatar (I presume user.texture on a UserStateChanged event) to the fake matrix user's avatar.

I suppose we'd need some way to detect whether it has changed, and whether the matrix one is out of date.

[edited to change matrix puppet to fake matrix user]

@mymindstorm
Copy link
Owner

mymindstorm commented Jun 8, 2020

We can tell if a Matrix avatar changes easily since there is an event. I think you have the right event from Mumble's side.

Most of this would be authenticating and linking users. matrix-appservice-bridge lets us add data to a user context, so this would probably look like:

[Mumble] Authenticated User: !link @xxx:matrix.org
[Matrix] Bot DM to User: confirm Yes / No

http://matrix-org.github.io/matrix-appservice-bridge/1.11.1/MatrixUser.html

@mymindstorm
Copy link
Owner

We could use this to puppet also, which would solve #3

@amalon
Copy link
Contributor Author

amalon commented Jun 8, 2020

Apologies, I think I used the wrong terminology. I don't actually mean puppet, i just meant the mumble_xx bridged matrix user

@amalon amalon changed the title Sync mumble avatar to matrix puppet Sync mumble avatar to fake matrix user Jun 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants