Skip to content

MSC3852: Expose user agent information on Device #3852

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

Closed
wants to merge 9 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add msc #
  • Loading branch information
Kerry Archibald committed Jul 22, 2022
commit d6b86177c758a89f3832ae848f1760a501a9cf25
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MSCXXX: Expose user agent information on `Device`
# MSC3852: Expose user agent information on `Device`

Currently, sessions are only easily recognisable by their `device_name`. Depending on client implementation, this may
include some stringified information about the session. (For example, Element web uses `'%(appName)s (%(browserName)s,
Expand Down Expand Up @@ -33,4 +33,4 @@ The `/devices` endpoints only return device information for the current user, so

## Unstable prefix
While this MSC is not included in the spec `last_seen_user_agent` should use the unstable prefix
`org.matrix.mscXXX.last_seen_user_agent`
`org.matrix.msc3852.last_seen_user_agent`