matrix-org / matrix-bifrost

General purpose bridging with a variety of backends including libpurple and xmpp.js
Apache License 2.0
162 stars 31 forks source link

client to bridge encryption #201

Open weeman1337 opened 3 years ago

weeman1337 commented 3 years ago

Is your feature request related to a problem? Please describe.

I want to connect a XMPP MUC with a matrix room having encryption between:

Describe the solution you'd like

For example:

This is better than having no encryption at all.
Out of scope is a real end to end encryption.

If I am running the bridge on a trusted server it does the job.

Describe alternatives you've considered

None

Additional context

I am not sure whether this is already possible. If yes, I couldn't find anything about that in the docs.

Half-Shot commented 3 years ago

No, it's not possible. We've not looked into OMEMO support but it's likely a lot more work that we're willing to commit right now. Would be happy to include support if someone were to write a PR though.

keachi commented 3 years ago

There's a OMEMO plugin for xmpp.js.

Jieiku commented 2 years ago

This sounds absolutely awesome!