From 402a648a92fc56c21d7c8d0778d65b2ddbd33ebb Mon Sep 17 00:00:00 2001 From: Kegsay Date: Fri, 19 Jun 2015 17:15:36 +0100 Subject: [PATCH] Update list of what the SDK does --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f401c2834..86b036722 100644 --- a/README.md +++ b/README.md @@ -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 hitting the send button and having the "remote echo" arrive. - 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 rate limiting errors. - Handle queueing of messages. + +Later versions of the SDK will: - Handle pagination. + - Handle room initial sync on accepting invites. - Expose a `RoomSummary` which would be suitable for a recents page. - Provide different pluggable storage layers (e.g. local storage, database-backed)