You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# MSC3864: User-given nicknames & descriptions for rooms & users
2
-
3
-
User-given Nicknames or names loaded from an addressbook are great,
4
-
they allow you to personalize your experience in using an IM
5
-
while others do not need to change anything.
6
-
Like when you write with privacy-concerned users,
7
-
they might use a nickname for their account on their own,
8
-
but you may want to have them listed by their real name
9
-
or any other funny nickname you've given them.
10
-
Or people are using their display name to present statements like "(away until X)"
11
-
and you want to set an end to that (for yourself).
12
-
13
-
The same for groups, sometimes, the *global* room name works fine,
1
+
# MSC3864: User-given nicknames & descriptions for rooms
2
+
3
+
> This MSC is similar to [MSC3865](https://github.com/matrix-org/matrix-spec-proposals/pull/3865),
4
+
> which specifies user-given attributes for rooms.
5
+
> They were split because it makes more sense for now to store user attributes in another way
6
+
> and because it shall be possible to set a user-given name for any MXID restricted to a single room.
7
+
> However, they may share the same ideas and reasonings.
8
+
9
+
Sometimes, the *global* room name works fine,
14
10
but it would be funnier or easier for you to use another one.
15
11
Maybe because you've grouped similar rooms together into a (personal) space,
16
12
so parts of the name become irrelevant.
17
13
Like in a space called "My Long Cooperation Name",
18
14
where every room is called like "My Long Cooperation Name - IT Team Chat",
19
15
maybe shorter names like "IT Team" or "MLCN - IT Team" are better suited to you.
20
16
Or maybe because the admin is just too lazy or stubborn to improve the room name.
17
+
Or because you prefer them in another language to make your daily life easier.
18
+
19
+
Also, sometimes you just may want to append a description to a room,
20
+
so you know why you joined the room of have fast access to more information.
21
+
Especially when rooms change their descriptions,
22
+
but you still want to retain some links you connect to this group,
23
+
or these links do only apply for you.
21
24
22
-
Also, sometimes you just may want to append a description to a room or user,
23
-
so you know why you joined the room or are knowning the user.
24
-
Descriptions like "old class mate from XYZ School" can certainly improve your UX,
25
-
especially when users or rooms change their names due to personal reasons ("new name is cooler, duh")
26
-
and you stop recognizing who they are and need to ask them for their real life name
27
-
or read through the chat history (happened multiple times to me personally).
25
+
The same reasons apply to the room's avatar.
26
+
If you have a better one, you shall be able to select that one for yourself.
28
27
29
28
30
29
## Definitions
31
30
32
31
Further on, for the sake of simplicity and clarity:
33
-
-**global name** is the display name
34
-
- a user set for itself, visible globally to all other Matrix users.
35
-
- a room was given, visible globally to all other users who can see the room.
36
-
-**user-given name** refers to the name defined here a user shall be able to set,
37
-
only visible for itself, for other users or rooms,
38
-
replacing the global name.
39
-
-**global description** is the display description
40
-
a room was given, visible globally to all other users who can see the room.
41
-
-**user-given description** refers to the description defined here a user shall be able to set,
42
-
only visible for itself, for rooms,
43
-
extending the global description.
32
+
- the prefix **global** refers to the attribute which are set for a room,
33
+
visible globally to all Matrix users.
34
+
- the prefix **user-given** refers to the overrided/extended attribute a user defines for a room,
35
+
only visible to the former user.
36
+
These are newly defined by this MSC.
44
37
45
38
46
39
## Proposal
47
40
48
41
49
42
### Reasoning
50
43
51
-
Allowing users to set user-given names and descriptions for rooms and other users is useful
44
+
Allowing users to set user-given attributes for rooms is useful
52
45
because it let users increase their usability and accessibility to the Matrix infrastructure on their own and as required.
53
-
These names shall stay private to the user itself and may not be seen to others,
46
+
These attributes shall stay private to the user itself and may not be seen to others,
54
47
so users are able to choose what they see fit best
55
-
without thinking about privacy issues or the feelings of the room or users renamed.
48
+
without thinking about privacy issues or the feelings of the users in the rooms affected.
56
49
57
-
Adding this feature to the spec has the advantage that presumable most clients will implement support for displaying and hopefully also setting names and descriptions.
50
+
Adding this feature to the spec has the advantage
51
+
that presumable most clients will implement support for displaying
52
+
and hopefully also setting these user-given attributes.
58
53
It also allows a more unified experience accross all clients and devices
59
-
because user-given names and descriptions are synced using the home server of the user.
54
+
because user-given attributes are synced using the home server of the user.
60
55
For the same reason, this proposal includes a description of the expected user experience.
61
56
62
57
This proposal takes advantage of the already implemented
0 commit comments