Hi~
When I use public void instantMessageReceived(MsnSwitchboard switchboard, MsnInstantMessage message, MsnContact contact) { // add to a List }
How can I get the sender info of this MsnInstantMessage ?
Thank you very much!!
The contact parameter indicate the sender info, such as contact.getEmail/getDisplayName ...
So fool I'm... thanks very much!! I feel JML is a very nice and powerful Java Msn library, thanks for your effort.
Merry Christmas !!!
Log in to post a comment.
Hi~
When I use
public void instantMessageReceived(MsnSwitchboard switchboard, MsnInstantMessage message, MsnContact contact) {
// add to a List
}
How can I get the sender info of this MsnInstantMessage ?
Thank you very much!!
The contact parameter indicate the sender info, such as contact.getEmail/getDisplayName ...
Hi~
So fool I'm... thanks very much!!
I feel JML is a very nice and powerful Java Msn library, thanks for your effort.
Merry Christmas !!!