TReKiE / msnp-sharp

Automatically exported from code.google.com/p/msnp-sharp
0 stars 0 forks source link

Pending contact added #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I don't know exactly how to reproduce the problem
I have a contact in my Reverse List, but I don't have it on any other list 
(he was deleted, but he wasn't blocked)
Now, when I start my dotMSN client, I receive an invitation (but I don't 
receive it when I start the officiel Live messenger client)

On the ReverseAdded event, in dotMSN client, we check this :
 if (contact.OnPendingList || (contact.OnReverseList && !
contact.OnAllowedList && !contact.OnBlockedList && !contact.OnPendingList))
and it's ok, because as we deleted it, he isn't in any list. 

What is the expected output? What do you see instead?
I deleted this contact, I shouldn't receive a new ReverseAdded event
It doesn't happen in the official client, so it shouldn't happen in dotMSN

What version of the product are you using? (MSNPSharp, OS, Mono etc.)
Last release (2.5.5)

Original issue reported on code.google.com by adh...@gmail.com on 12 Jun 2009 at 9:50

GoogleCodeExporter commented 9 years ago
Great, thanks for your reporting!

Original comment by freezing...@gmail.com on 5 Jul 2009 at 5:38

GoogleCodeExporter commented 9 years ago

Original comment by hepha...@gmail.com on 6 Jul 2009 at 6:44