aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-api.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Switch to v2 /sync APIRichard van der Hoff2015-10-161-5/+2
| | | | | initialSync is going away, so switch over before we get too far into the old way.
* Initial attempts at displaying a room in pidginRichard van der Hoff2015-10-161-14/+71
| | | | | | Not quite sure if this is the right approach yet - in particular, purple distinguishes between active 'conversations', as opposed to 'chats' in the buddy list. Which should our chats be?
* Call initialSyncRichard van der Hoff2015-10-151-0/+141
Our first API call, woohoo. At the moment we just call initialSync and don't do anything with the response. But it's satisfying progress.