Replies: 2 comments 4 replies
-
The only thing that has changed for the client-server communication is on the Protobuf level. There are a couple of new extensions to the Protobuf scheme but other than that I don't think anything has changed. The encryption stuff has not yet been implemented so you don't have to worry about that just yet :) In terms of a more technical document I am afraid there is no such thing. You probably have to check the changekog and the PRs linked in it 🤔 |
Beta Was this translation helpful? Give feedback.
4 replies
-
It seems that there are also new permissions, see ACL.h. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm about to migrated my in dart written mumble client dumble to darts "new" null safety feature (finally...). While doing this I hope to support new features mumble server 1.4 will add. I looked around in mumbles git a bit and found the projects tab describing some changes that will land with 1.4. Is there a more technicall document describing all major changes on serverside so I can adapt them into my client? I know that there are discussions on using a new encryption scheme for udp voice transmission and not longer using AES-OCB, is this discussion still up to date or resolved (I specifically asked about crypto since this will be the hardest do adapt^^)?
Beta Was this translation helpful? Give feedback.
All reactions