mumble-voip / mumble-scripts

Mumble scripts is a place for gathering various scripts written for the Mumble VoIP application.
https://www.mumble.info
48 stars 31 forks source link

add support to set the ice version to support older ice versions #14

Open jaeckel-b1 opened 8 years ago

jaeckel-b1 commented 8 years ago

I had the problem that my system does not support ice version >1.0

hacst commented 8 years ago

Hi. We can get forwards and backwards compatibility by sticking to encoding 1.0 like mumo already does (https://github.com/mumble-voip/mumo/blob/master/mumo.py#L144). We don't actually use/need any of the 1.1 features. Unfortunately that fix was never ported over to the authenticators from there (like quite a bit of other stuff like dynamic slice retrieval) :(

Could you try https://github.com/hacst/mumble-scripts/commit/f6e3f1e50998b5cde6a6b11df3b87d46cd885b61 ?

jaeckel-b1 commented 8 years ago

Yes, thank you, i will try it