pymumble
pymumble copied to clipboard
Flag bot connections
I'm not sure how closely you monitor upstream or if this has been implemented here already, but recently a possibility was implemented that allows bots to tell the server that they are bots. They will then not be counted as active users on the server and in the future we might even add an indication to other client's UI.
The feature was implemented in https://github.com/mumble-voip/mumble/pull/5948. Flagging can be performed simply by means of an additional field in the Authenticate message: https://github.com/mumble-voip/mumble/blob/362b092e7eb5d3d493639e7f9fd34954ffb22e49/src/Mumble.proto#L44-L45
This feature will be part of the upcoming 1.5 release of Mumble.