matrix-appservice-mumble
matrix-appservice-mumble copied to clipboard
Matrix <--> Murmur Bridge
Commands: - [ ] list all current room links - [ ] make the link command more intuitive Channel links: - [x] Option to send messages from every channel to...
Messages sent recursively to a channel and all subchannels don't get relayed to matrix Here's a normal message: ``` array: [ [ 1 ], [ [Array], 113 ], [], [...
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...
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...
Seems to be impossible. Setting an actor on a text message requires a session id.