-
Notifications
You must be signed in to change notification settings - Fork 36
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
Encryption support #184
Comments
What is your concrete plan to implement this, assuming nio library doesn't have E2EE support? |
nio library does in fact have E2EE support, this code however doesn't. It requires storage, and that would be better done when there's a config system. Example: https://github.com/hacklab-turku/dankbot supports encrypted rooms, and it's also using nio. I didn't feel at home with the current approach as I'm not that familar with how it currently works so I did try to implement it, but wasn't able to get it say anything in encrypted rooms, and I'm not sure why. |
Ack, last time I checked nio didn't have E2EE yet. But if it's now possible, PR would be welcome. |
No description provided.
The text was updated successfully, but these errors were encountered: