dendrite/syncapi/streams
Till e5e3350ce1
Add presence module V2 (#2312)
* Syncapi presence

* Clientapi http presence handler

* Why is this here?

* Missing files

* FederationAPI presence implementation

* Add new presence stream

* Pinecone update

* Pinecone update

* Add passing tests

* Make linter happy

* Add presence producer

* Add presence config option

* Set user to unavailable after x minutes

* Only set currently_active if online
Avoid unneeded presence updates when syncing

* Tweaks

* Query devices for last_active_ts
Fixes & tweaks

* Export SharedUsers/SharedUsers

* Presence stream in MemoryStorage

* Remove status_msg_nil

* Fix sytest crashes

* Make presence types const and use stringer for it

* Change options to allow inbound/outbound presence

* Fix option & typo

* Update configs

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2022-04-06 13:11:19 +02:00
..
stream_accountdata.go Sync fixes (#1709) 2021-01-13 14:32:49 +00:00
stream_devicelist.go BREAKING: Remove Partitioned Stream Positions (#2096) 2022-01-20 15:26:45 +00:00
stream_invite.go bugfix: retire invites even when we cannot talk to the remote server to make/send_leave (#1918) 2021-07-14 10:39:17 +01:00
stream_notificationdata.go Implement Push Notifications (#1842) 2022-03-03 11:40:53 +00:00
stream_pdu.go Include joined and invite member counts in room summary (#2315) 2022-04-01 16:14:38 +01:00
stream_presence.go Add presence module V2 (#2312) 2022-04-06 13:11:19 +02:00
stream_receipt.go Remove eduserver (#2306) 2022-03-29 14:14:35 +02:00
stream_sendtodevice.go Simplify send-to-device messaging (#1702) 2021-01-13 17:29:46 +00:00
stream_typing.go Remove eduserver (#2306) 2022-03-29 14:14:35 +02:00
streams.go Add presence module V2 (#2312) 2022-04-06 13:11:19 +02:00
template_stream.go Sync refactor — Part 1 (#1688) 2021-01-08 16:59:06 +00:00