this post was submitted on 11 May 2024
7 points (100.0% liked)

Matrix

52 readers
5 users here now

An open network for secure, decentralized communication

founded 4 years ago
MODERATORS
 

I've used matrix-docker-ansible-deploy to set up Dendrite and the Sliding Sync proxy. Is there a way for me to test the sliding sync functionality?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 3 months ago (1 children)

Open https://yourserver.example/.well-known/matrix/client and see if this part exists in it:

"org.matrix.msc3575.proxy": {
    "url": "https://slidingsync.lab.matrix.org"
}

if so, chances are it'll just work.

[–] [email protected] 1 points 3 months ago (1 children)

Not really, it simply indicates that it delegates the traffic to the sliding sync proxy. It does not indicate whether this proxy works correctly.

[–] [email protected] 1 points 3 months ago

Yeah but logically speaking that's what EX looks fort, and chances are that it'll work (because why else would it be in the response?)