TReKiE / msnp-sharp

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

Problem Adding Users. #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The m_Messenger.Nameserver.ContactService.ReverseAdded event is being fired 
but when I handle the event I can't add the users.

I've tired using: 
m_Messenger.Nameserver.ContactService.AddNewContact(e.Contact.Mail);
and 
e.Contact.NSMessageHandler.ContactService.AddNewContact(e.Contact.Mail);

This also appears to be a problem with the demo app so I suspect that the 
add user functionality isn't working.

What steps will reproduce the problem?
1. Log into msn using user A
2. Log into msn using the MSNPSharp demo app and user B
3. User A adds user B

What is the expected output? What do you see instead?
User A should appear to be online to user B and vice versa.

What version of the product are you using? On what operating system?
Windows Vista

I checked out a build this am so I should be using a relatively up to date 
version.

Original issue reported on code.google.com by scur...@gmail.com on 12 Jan 2009 at 8:50

GoogleCodeExporter commented 9 years ago
Please upgrade your code to:

http://msnp-sharp.googlecode.com/svn/branches/MSNPSHARP_25_STABLE

I have fixed it yesterday.

The fix is:
http://code.google.com/p/msnp-sharp/issues/detail?id=60

Original comment by hepha...@gmail.com on 13 Jan 2009 at 10:58