Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Presence data, and report presence #196

Open
gnprice opened this issue Jun 16, 2023 · 0 comments
Open

Presence data, and report presence #196

gnprice opened this issue Jun 16, 2023 · 0 comments
Labels
a-api Implementing specific parts of the Zulip server API a-model Implementing our data model (PerAccountStore, etc.)
Milestone

Comments

@gnprice
Copy link
Member

gnprice commented Jun 16, 2023

See subsystem doc:
https://zulip.readthedocs.io/en/latest/subsystems/presence.html
and API docs:
https://zulip.com/api/get-events#presence
https://zulip.com/api/get-presence

This is one of the handful of areas where the Zulip API remains underdocumented, so see also the corresponding code in zulip-mobile, and the references linked from zulip/zulip#13519 .

Once we're tracking presence data, it should appear in the UI at:

@gnprice gnprice added a-api Implementing specific parts of the Zulip server API a-model Implementing our data model (PerAccountStore, etc.) labels Jun 16, 2023
@gnprice gnprice added this to the Beta milestone Jun 16, 2023
sirpengi added a commit to sirpengi/zulip-flutter that referenced this issue Aug 25, 2023
Added profile screen with user information and custom profile
fields, linked from sender name and avatar in message list.

Support in initial_snapshot and models for the related
`RealmDefaultExternalAccounts` and `CustomUserProfileFields`
also added, as event handling for `custom_profile_fields`.

User presense (zulip#196) and user status (zulip#197) are not
yet displayed or tracked here.

Fixes: zulip#195
sirpengi added a commit to sirpengi/zulip-flutter that referenced this issue Aug 25, 2023
Added profile screen with user information and custom profile
fields, linked from sender name and avatar in message list.

Support in initial_snapshot and models for the related
`RealmDefaultExternalAccounts` and `CustomUserProfileFields`
also added, as event handling for `custom_profile_fields`.

User presence (zulip#196) and user status (zulip#197) are not
yet displayed or tracked here.

Fixes: zulip#195
sirpengi added a commit to sirpengi/zulip-flutter that referenced this issue Aug 28, 2023
Added profile screen with user information and custom profile
fields, linked from sender name and avatar in message list.

User presence (zulip#196) and user status (zulip#197) are not
yet displayed or tracked here.

Fixes: zulip#195
sirpengi added a commit to sirpengi/zulip-flutter that referenced this issue Aug 29, 2023
Added profile screen with user information and custom profile
fields, linked from sender name and avatar in message list.

User presence (zulip#196) and user status (zulip#197) are not
yet displayed or tracked here.

Fixes: zulip#195
sirpengi added a commit to sirpengi/zulip-flutter that referenced this issue Aug 29, 2023
Added profile screen with user information and custom profile
fields, linked from sender name and avatar in message list.

User presence (zulip#196) and user status (zulip#197) are not
yet displayed or tracked here.

Fixes: zulip#195
sirpengi added a commit to sirpengi/zulip-flutter that referenced this issue Sep 1, 2023
Added profile screen with user information and custom profile
fields, linked from sender name and avatar in message list.

User presence (zulip#196) and user status (zulip#197) are not
yet displayed or tracked here.

Fixes: zulip#195
sirpengi added a commit to sirpengi/zulip-flutter that referenced this issue Sep 4, 2023
Added profile screen with user information and custom profile
fields, linked from sender name and avatar in message list.

User presence (zulip#196) and user status (zulip#197) are not
yet displayed or tracked here.

Fixes: zulip#195
sirpengi added a commit to sirpengi/zulip-flutter that referenced this issue Sep 5, 2023
Added profile screen with user information and custom profile
fields, linked from sender name and avatar in message list.

User presence (zulip#196) and user status (zulip#197) are not
yet displayed or tracked here.

Fixes: zulip#195
sirpengi added a commit to sirpengi/zulip-flutter that referenced this issue Sep 5, 2023
Added profile screen with user information and custom profile
fields, linked from sender name and avatar in message list.

User presence (zulip#196) and user status (zulip#197) are not
yet displayed or tracked here.

Fixes: zulip#195
sirpengi added a commit to sirpengi/zulip-flutter that referenced this issue Sep 5, 2023
Added profile screen with user information and custom profile
fields, linked from sender name and avatar in message list.

User presence (zulip#196) and user status (zulip#197) are not
yet displayed or tracked here.

Fixes: zulip#195
sirpengi added a commit to sirpengi/zulip-flutter that referenced this issue Sep 6, 2023
Added profile screen with user information and custom profile
fields, linked from sender name and avatar in message list.

User presence (zulip#196) and user status (zulip#197) are not
yet displayed or tracked here.

Fixes: zulip#195
sirpengi added a commit to sirpengi/zulip-flutter that referenced this issue Sep 7, 2023
Added profile screen with user information and custom profile
fields, linked from sender name and avatar in message list.

User presence (zulip#196) and user status (zulip#197) are not
yet displayed or tracked here.

Fixes: zulip#195
gnprice pushed a commit to sirpengi/zulip-flutter that referenced this issue Sep 7, 2023
Added profile screen with user information and custom profile
fields, linked from sender name and avatar in message list.

User presence (zulip#196) and user status (zulip#197) are not
yet displayed or tracked here.

Fixes: zulip#195
@gnprice gnprice modified the milestones: Beta, Launch Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-api Implementing specific parts of the Zulip server API a-model Implementing our data model (PerAccountStore, etc.)
Projects
Status: No status
Development

No branches or pull requests

1 participant