-
Notifications
You must be signed in to change notification settings - Fork 639
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
Matrix: Support for encrypted chatrooms #1187
Comments
Have you tried setting this up? https://github.com/matrix-org/pantalaimon Not convenient that it uses Python, though. |
@BenWiederhake have you done any work on this yet? would be happy to move to mautrix-go since gomatrix aren't puling their finger out |
I haven't, because I haven't heard anything from go-matrix. I'd be very happy if you can do this. |
I had a look last night and it really doesn't look too difficult, and I'm a GO noob... @42wim any thoughts on this? I'd be happy to help out, I learn quick :) |
@TheHolyRoger i'm open for PR's to fix this, I don't mind going to mautrix-go but it should also support the extra stuff I've added to matrix-go. |
If I understand this blog post correctly, Matrix-org itself isn't using go-matrix anymore having switched to mautrix-go. |
Excellent! Even more reason to switch to mautrix-go. |
Keeping an eye on this as we would be interested in having support for encrypted rooms. Thanks to everyone making it possible. |
As a workaround, you can use pantalaimon: https://github.com/42wim/matterbridge/wiki/Section-Matrix-%28basic%29#example-with-pantalaimon |
The bridge currently doesn't support encryption, because gomatrix doesn't support it, and doesn't plan to support it anytime soon: matrix-org/gomatrix#31 (comment)
By now, Rooms on Matrix are encrypted by default, which is why I "reopen" the old issue (#170).
Maybe it's a good idea to switch to mautrix-go, because it supports E2EE, and it's based on gomatrix (so hopefully migration will be easy).
I could try to migrate it myself, but before I put any effort into that I'd first like to hear what @42wim thinks about this.
In case anyone is interested, this is the current situation:
./matterbridge -debug
shows no output whatsoever.The text was updated successfully, but these errors were encountered: