Add rendezvous service (MSC3886) and ECDH X25519 AES 256 based secure…#6806
Add rendezvous service (MSC3886) and ECDH X25519 AES 256 based secure…#6806stefanceriu merged 3 commits intodevelopfrom
Conversation
Codecov ReportBase: 52.10% // Head: 6.05% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #6806 +/- ##
============================================
- Coverage 52.10% 6.05% -46.06%
============================================
Files 377 1513 +1136
Lines 14552 152561 +138009
Branches 5911 61518 +55607
============================================
+ Hits 7583 9240 +1657
- Misses 6786 142913 +136127
- Partials 183 408 +225
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
📱 Scan the QR code below to install the build for this PR. If you can't scan the QR code you can install the build via this link: https://i.diawi.com/AmTpCf |
4c2c8e2 to
9607500
Compare
… channel creation establishing implementation and simple tests.
83db37a to
5b2a0cc
Compare
|
Kudos, SonarCloud Quality Gate passed! |
ismailgulek
left a comment
There was a problem hiding this comment.
LGTM. It seems we can inject the RendezvousService into the QRLoginService and update the service state accordingly after some actions. Feel free to replace QRLoginCode with your RendezvousPayload.
Also ftr on matrix-js-sdk it seems the payload updated with an intent: https://github.com/matrix-org/matrix-js-sdk/blob/hughns/http-rendezvous/src/rendezvous/code.ts








… channel creation establishing implementation and simple tests.
This PR implements: