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.
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.