Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Switch to v2 /sync API | Richard van der Hoff | 2015-10-16 | 1 | -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 pidgin | Richard van der Hoff | 2015-10-16 | 1 | -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 initialSync | Richard van der Hoff | 2015-10-15 | 1 | -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. |