1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-29 16:43:09 +03:00

Update list of what the SDK does

This commit is contained in:
Kegsay
2015-06-19 17:15:36 +01:00
parent 756fe4ddcb
commit 402a648a92

View File

@@ -49,12 +49,13 @@ events for incoming data and state changes. Aside from wrapping the HTTP API, it
completes. This is beneficial because it prevents there being a gap between completes. This is beneficial because it prevents there being a gap between
hitting the send button and having the "remote echo" arrive. hitting the send button and having the "remote echo" arrive.
- Mark messages which failed to send as not sent. - Mark messages which failed to send as not sent.
Later versions of the SDK will:
- Automatically retry requests to send messages due to network errors. - Automatically retry requests to send messages due to network errors.
- Automatically retry requests to send messages due to rate limiting errors. - Automatically retry requests to send messages due to rate limiting errors.
- Handle queueing of messages. - Handle queueing of messages.
Later versions of the SDK will:
- Handle pagination. - Handle pagination.
- Handle room initial sync on accepting invites.
- Expose a `RoomSummary` which would be suitable for a recents page. - Expose a `RoomSummary` which would be suitable for a recents page.
- Provide different pluggable storage layers (e.g. local storage, database-backed) - Provide different pluggable storage layers (e.g. local storage, database-backed)