sagetarian / skype-wrapper

Integrates Skype with Unity - ppa:skype-wrapper/ppa
51 stars 12 forks source link

Match original skype behaviour when showing user names #35

Closed nyordanov closed 12 years ago

nyordanov commented 12 years ago

Hi, currently skype-wrapper uses FullName (the name set by the friend, not by the current user) for status change notifications, which doesn't match the default Skype behaviour. If you have set a DisplayName for a user in Skype then this is the name that is shown in the contact list and in status change notifications. This commit changes the use of FullName to DisplayName with a possible fallback to FullName or Handle if DisplayName isn't set. I've also changed the status change priority to low, so that incoming messages are shown before status changes.

sagetarian commented 12 years ago

Thanks :) I've merged it and added you as a collaborator .. meaning you can push any changes you make to the main skype-wrapper project if you need :)