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?
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?
7 Comments
MentalEdge@sopuli.xyz · 3 pts · 2y
Try to login with element X?
It requires it, and wont let you set it up if it's not provided by the homeserver.
Lemmchen@feddit.de · 1 pts · 2y
Element X works, but does it really require Sliding Sync?
MentalEdge@sopuli.xyz · 3 pts · 2y
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.
cyrus@sopuli.xyz · 2 pts · 2y
Yes, the entire point is that it is the client where Sliding-Sync is being developed and tested.
cyrus@sopuli.xyz · 1 pts · 2y
Open
https://yourserver.example/.well-known/matrix/clientand see if this part exists in it:if so, chances are it'll just work.
Lemmchen@feddit.de · 1 pts · 2y
Not really, it simply indicates that it delegates the traffic to the sliding sync proxy. It does not indicate whether this proxy works correctly.
cyrus@sopuli.xyz · 1 pts · 2y
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?)