I added new contact when the new contact is online(who using M$ msn client).
However, that contact receive does not any message.
The program does not through any exception.
Would you help me investigate this case?
thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using the latest trunk, set the latest protocol:
messenger.setSupportedProtocol(new MsnProtocol[] { MsnProtocol.MSNP15});
I added new contact when the new contact is online(who using M$ msn client).
However, that contact receive does not any message.
The program does not through any exception.
Would you help me investigate this case?
thank you
When I change the following code
messenger.setSupportedProtocol(new MsnProtocol[] { MsnProtocol.MSNP15});
to
messenger.setSupportedProtocol(new MsnProtocol[] { MsnProtocol.MSNP12});
it works fine, can anyone tell me what happening?
thank you very much