matrix-spec-proposals icon indicating copy to clipboard operation
matrix-spec-proposals copied to clipboard

Extensible Profiles. (SPEC-93)

Open matrixbot opened this issue 10 years ago • 26 comments

Documentation: https://docs.google.com/document/d/1jXMElbQR-5ldt_yhWuqzLFBO3-TEJWhRyWF5Y_gGSsc/edit#heading=h.h8vj3b7rllw9 Author: @erikjohnston

We need to decide how to do user profiles, and all the associated "persona" fun, or whatever that was called (e.g., displaying different info to different people).

(Imported from https://matrix.org/jira/browse/SPEC-93)

(Reported by @erikjohnston)

matrixbot avatar Jan 19 '15 14:01 matrixbot

Jira watchers: @erikjohnston @ara4n

matrixbot avatar Jan 19 '15 14:01 matrixbot

This is something we are interested in as well. Any chance you could up the prio?

-- Stefan Ålund

matrixbot avatar Mar 03 '16 13:03 matrixbot

Yup, we need it too in the very near future as part of implementing group ACLs at last (and needing somewhere to track what users are in).

-- @ara4n

matrixbot avatar Mar 03 '16 14:03 matrixbot

Thanks!

-- Stefan Ålund

matrixbot avatar Mar 03 '16 14:03 matrixbot

We still need extensible profiles :(

@erikjohnston started work on this a while back at https://docs.google.com/document/d/1jXMElbQR-5ldt_yhWuqzLFBO3-TEJWhRyWF5Y_gGSsc/edit but the implementation has got displaced by other activity.

ara4n avatar Feb 02 '18 15:02 ara4n

Hello.

Any news?

expertalex avatar Apr 01 '18 21:04 expertalex

Came here from discussions why bridged users have the bridge name embedded in their nicknames instead of a separate field that could be displayed by client separately if needed. For example (IRC) or (Telegram) after the nick.

User normally doesn't care what service is used by anothers and for example tab-completing a nickname includes the bridge name which is completely wrong.

So please, include the bridge name in the extensible profiles so we could have clean nicknames and display the bridge separately as needed.

vranki avatar Sep 06 '18 09:09 vranki

@vranki absolutely agree that the best way forward to show bridged users is to put a flag inside the profile.

For now, bridges are encouraged to put their users inside groups. All matrix.org IRC users are in the group/community according to the network they are part of.

Half-Shot avatar Sep 06 '18 09:09 Half-Shot

Where would those profiles be stored? On identity servers? Maybe E2EE can be used to present a different level of details to specific users.

awesome-manuel avatar Nov 11 '18 10:11 awesome-manuel

It would be nice if some of the fields (e.g. phone number, address, email, etc) would be private.

Telegram handles this in an interesting way: only my contacts can see my phone number, but anyone can send me a message with my @username.

heitorPB avatar Dec 12 '18 12:12 heitorPB

heads up that matrix-org/matrix-spec-proposals#1769 may replace this.

ara4n avatar Jan 12 '19 23:01 ara4n

Yup, we need it too in the very near future as part of implementing group ACLs at last (and needing somewhere to track what users are in).

-- @ara4n

This also makes me think that there might be a need for access control on some profile data as well, like only allowing members of some rooms/communities to see parts of it.

Possible use cases:

  • Full name/custom display name, community or room-based.
  • Detailed bio that caters to a specific group, like work or project-specific information. Think like sharing multiple phone numbers or (mail/physical) addresses.

MayeulC avatar Jan 21 '19 18:01 MayeulC

Found this issue when discussing Signal's Encrypted Profiles implementation, might be worth checking out.

ajvsol avatar Jan 28 '19 03:01 ajvsol

Could rel=me be also supported by this? If I link from my Matrix account to my homepage which links to my Matrix account, show a green checkmark or something similar to show that the two are verified to be the same person. This is how Mastodon does it, example.

  • https://indieweb.org/rel-me

Mikaela avatar Feb 10 '19 14:02 Mikaela

It looks like I have already commented about rel=me without getting any feedback, so I will append on it.

Could clients or homeservers be recommended to implement rel=me checking on top of extensible profiles? If I link to mikaela.info from my profile, then I wish something to check mikaela.info in case it has a rel=me link back to my Matrix account (currently <a href="https://riot.im/app/#/user/@mikaela:privacytools.io" rel="me">@mikaela:privacytools.io on Riot/Matrix</a>) and seeing it tells the client that I am verified as the owner of that domain or Mastodon account or Gitlab account or anything else implementing rel=me.

My usecase is that currently there are several people who are registered on a high amount of homeservers and thus it would be easy to troll by pretending to be them by simply registering on yet another homeserver with the account they usually use and no one would be the wiser as those people could well have registered on that homeserver and thus be that user.

Do you see this as in-scope for this issue or should I open a new one?

Mikaela avatar May 15 '19 10:05 Mikaela

Profiles could have also something like "liked by: " and Facebook style friends information. With likes list, there could be dating rooms where you could like people's profiles and mutual like would result a match. Clients could implement Tinder-style left and right swipes for such rooms. Friends list would allow you to set different privacy and visibility settings for your profile depending on who is user your friend or not.

homebeach avatar Jul 28 '19 19:07 homebeach

@Mikaela, I would like to note that in light of matrix-org/matrix-spec#246, and matrix-org/matrix-spec#220, it think it would be best to use the URL to pin the public key. Of course, matrix-org/matrix-spec-proposals#1769 will likely replace the current issue, and for this to happen we need matrix-org/matrix-spec#245 (MSC matrix-org/matrix-spec-proposals#1777). Going forward, if identities were truly distributed, one would only need the public key (we could do it with the public key and one/more "seed" servers for now :))

MayeulC avatar Jul 29 '19 21:07 MayeulC

What is the public key I should pin in my website, how do I get it?

Mikaela avatar Jul 30 '19 11:07 Mikaela

From discussion in #synchronicity:mozilla.org:

the code sheriffs would have a better life if we'd see a user's [...] time zone

Seems to me that local time zone would be a good fit for a profile field (similarly to Slack).

auscompgeek avatar Apr 04 '20 07:04 auscompgeek

Is there any updates on this?

ghost avatar Dec 22 '22 17:12 ghost

Hello from 2023 =) Are there any updates regarding the implementation of this functionality?

predictron-cloud avatar Mar 21 '23 09:03 predictron-cloud

Any updates of this?

jpcastro4 avatar May 03 '23 13:05 jpcastro4

Any updates on this?

Haui1112 avatar Nov 20 '23 09:11 Haui1112

We also would benefit from extensible user profiles.

ew-at-vier avatar Jan 29 '24 10:01 ew-at-vier

This is blocking me from using Matrix in some local communities. May be enable just basic key-value with some links? So I can update it with crons or webhooks.

Here are a couple of examples of what I want to use them for. Specify the curator who is responsible for the person in the profile. Indicate the last time you were online in the game, maybe write down some regalia :)

DonPrus avatar Mar 20 '24 22:03 DonPrus