This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 - #39 - #40 - #41 - #42
- Loading branch information
Jan Jansen
committed
Jan 16, 2017
1 parent
72f177d
commit b7c200f
Showing
21 changed files
with
1,452 additions
and
170 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.