Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT(client): add starttalking and stoptalking to the socket rpc inte…
…rface If mumble isn't allowed to listen to all input from an input device, for example when running as wayland client, ptt events can be sent via socket rpc, and, in the case of wayland, the keybinding can be done by the compositor. mumble-voip#3675 implements this for dbus. To avoid executing the rather large mumble binary to do the rpc, one could also do something like this: echo '<self><starttalking>starttalking</starttalking></self>' | socat - UNIX-CONNECT:/tmp/MumbleSocket Implements mumble-voip#1594
- Loading branch information