azlux / pymumble

Mumble client implementation in Python
GNU General Public License v3.0
129 stars 61 forks source link

Flag bot connections #125

Open Krzmbrzl opened 1 year ago

Krzmbrzl commented 1 year ago

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.