Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Add basic implementation for the presence endpoints. #137

Merged
merged 2 commits into from
Feb 6, 2017

Commits on Jan 16, 2017

  1. Add basic implementation for the presence endpoints.

    # State:
    - Add Endpoints
    - Fix migrations of table filters
    - Add only existing users (presence_list)
    - Support presence in sync with `since`
    - Support sync `set_presence`
    - Change some sync response types to event_type collections
    - Add config for custom presence timeout
    - Clean up `RoomMembership` by moving a user existence test to `User`
    - Update Status.md
    - Update `ruma-events` to 0.3.0
    - Add check before getting `status` endpoint. (Alice and Bob must be in a same Room.)
    - Add check before updating `list` endpoint. (Alice and Bob must be in a same Room.)
    - Sending a `m.presence` event again after changing `avatar_url` or `displayname`
    # Fixes
    - ruma#39 
    - ruma#40 
    - ruma#41
    - ruma#42
    Jan Jansen committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    b7c200f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Configuration menu
    Copy the full SHA
    010c5b4 View commit details
    Browse the repository at this point in the history