matrix: Enable rendezvous server #273

Closed
axeman wants to merge 2 commits from matrix-rendezvous-server into main
Owner

This will allow sign-in and device verification using QR codes

Resolves #268

This will allow sign-in and device verification using QR codes Resolves #268
axeman added 1 commit 2024-11-20 11:55:47 +00:00
matrix: Enable rendezvous server
Some checks failed
Flake checks / Check (pull_request) Failing after 32s
56f987e424
This will allow sign-in and device verification using QR codes
Owner

Thank you for taking care of this! We could test it on underground aka chat.test.pub.solar.
There's a small formatting nit that can quickly be resolved by running treefmt in the devshell.

Thank you for taking care of this! We could test it on `underground` aka chat.test.pub.solar. There's a small formatting nit that can quickly be resolved by running `treefmt` in the devshell.
teutat3s added 1 commit 2024-11-20 14:49:39 +00:00
style: format using nixfmt-rfc-style
All checks were successful
Flake checks / Check (pull_request) Successful in 25m28s
a59e57c532
teutat3s reviewed 2024-11-20 16:22:31 +00:00
teutat3s left a comment
Owner

Hmm, when testing this on underground, this does not work yet. Something is still missing to tell Element that our synapse supports MSC3886 / MSC4108:

❯ curl -s https://matrix.test.pub.solar/_matrix/client/versions | jq | grep msc3886
    "org.matrix.msc3886": false,
Hmm, when testing this on underground, this does not work yet. Something is still missing to tell Element that our synapse supports MSC3886 / [MSC4108](https://github.com/matrix-org/matrix-spec-proposals/pull/4108): ``` ❯ curl -s https://matrix.test.pub.solar/_matrix/client/versions | jq | grep msc3886 "org.matrix.msc3886": false, ```
Owner

Oh, it looks like they implemented a rendezvous server natively into synapse:
https://github.com/element-hq/synapse/pull/17056

Oh, it looks like they implemented a rendezvous server natively into synapse: https://github.com/element-hq/synapse/pull/17056
Author
Owner

Let's try #274 then

Let's try #274 then
axeman closed this pull request 2024-11-20 18:01:01 +00:00
All checks were successful
Flake checks / Check (pull_request) Successful in 25m28s
Required
Details

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: pub-solar/infra#273
No description provided.