this post was submitted on 11 May 2024
0 points (NaN% liked)

Matrix

3276 readers
1 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?

top 6 comments
sorted by: hot top controversial new old
[–] [email protected] 0 points 5 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] 0 points 5 months ago

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] 0 points 5 months ago (1 children)

Try to login with element X?

It requires it, and wont let you set it up if it's not provided by the homeserver.

[–] [email protected] 0 points 5 months ago (2 children)

Element X works, but does it really require Sliding Sync?

[–] [email protected] 0 points 5 months ago

Yes, the entire point is that it is the client where Sliding-Sync is being developed and tested.

[–] [email protected] 0 points 5 months ago

Yes. I tried logging into my homeserver from it once, it straight up will not let you continue setup if sliding sync isn't available.