Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement new voice encryption modes #990

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

lukellmann
Copy link
Member

The new encryption modes are aead_aes256_gcm_rtpsize and aead_xchacha20_poly1305_rtpsize.

XSalsa20 Poly1305 encryption is deprecated for Discord voice connections and will be discontinued as of November 18th, 2024.

See https://discord.com/developers/docs/change-log#voice-encryption-modes

The new encryption modes are aead_aes256_gcm_rtpsize and
aead_xchacha20_poly1305_rtpsize.

XSalsa20 Poly1305 encryption is deprecated for Discord voice connections
and will be discontinued as of November 18th, 2024.

See https://discord.com/developers/docs/change-log#voice-encryption-modes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant