You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a meta issue to track the work about Simplified Sliding Sync (SSS) and Pragmatic Pragmatic Sync (PPS)
Simplified Sliding Sync
Synapse is implementing Sliding Sync natively. Since the Proxy implementation was experimental and was exposing too many features we now know we don't need, we call this project Simplified Sliding Sync.
Pragmatic Pragmatic Sync is another effort to extract some features of Sliding Sync into their own HTTP endpoints.
Tasks
Replace Sliding Sync by /sync/e2ee
Replace Sliding Sync by the improved /context
On the server-side
They are things missing or not working correctly on the server-side. We have nothing to do about it in the SDK, but it's important to list them so that we have a complete view of the project:
Here be dragons.
source
(that's a draft)
This is a meta issue to track the work about Simplified Sliding Sync (SSS) and Pragmatic Pragmatic Sync (PPS)
Simplified Sliding Sync
Synapse is implementing Sliding Sync natively. Since the Proxy implementation was experimental and was exposing too many features we now know we don't need, we call this project Simplified Sliding Sync.
Tasks
ops
by client-side sortingClient::rooms_stream
#3068RoomList
#3585RoomListEntry
andops
in Sliding Sync #3664unstable-msc4186
inside theCHANGELOG
ruma/ruma#1911m.room.create
tobump_event_types
for sliding sync #3724compute_limited
is only useful for the SS proxy #3832SlidingSyncInner::past_positions
#3833Pragmatic Pragmatic Sync
Pragmatic Pragmatic Sync is another effort to extract some features of Sliding Sync into their own HTTP endpoints.
Tasks
/sync/e2ee
/context
On the server-side
They are things missing or not working correctly on the server-side. We have nothing to do about it in the SDK, but it's important to list them so that we have a complete view of the project:
is_tombstoned: false
filter in the defaults element-hq/synapse#17540Release and Clean Up
Now it's time to clean up the old
matrix_sdk::sliding_sync
implementation.Auto select SS or SSS
sliding_sync::Version
andsliding_sync::VersionBuilder
#3889Client::server
#3908Tasks
experimental-sliding-sync
feature flagThe text was updated successfully, but these errors were encountered: