rayantony / torchat

Automatically exported from code.google.com/p/torchat
0 stars 0 forks source link

Use the contact's profile name as display name #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If it's known, use the contact's profile name as the display name unless it's 
overridden by the user

Original issue reported on code.google.com by bobby.qu...@gmail.com on 13 Jan 2011 at 4:48

GoogleCodeExporter commented 9 years ago
This is implemented already. If you leave the display name empty it will fill 
it with the profile name if available (only if you leave it empty). This will 
happen the next time the profile is transmitted (either upon connector when the 
other user changes his profile).

If you add a buddy by ID only and leave out the name and the buddy has a 
profile it will be populated as soon as you have connection. If someone adds 
you he will appear with his name on your list.

Changes that you make (or a name that was already given) will have precedence, 
as soon as a name exists in this field it won't change anymore. Only when the 
field is empty.

Original comment by prof7...@gmail.com on 13 Jan 2011 at 1:17