i'm using this lib to get the contacts of the msn messenger. my code can login,logout and get the user contacts successfully. after print the contacts list,the program call the logout method. i thought the program will stop. but there still is a thread is running. i want to how to stop this thread.
do i say it clearly?
is there anyone can help me with this problem?
thanks
your
liang
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i didn't handle the contact syn. event. i just need to get the user's msn messenger contact. and i use the java mail to send the contact.just like some website invite the registers' friends by msn contact.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i'm using this lib to get the contacts of the msn messenger. my code can login,logout and get the user contacts successfully. after print the contacts list,the program call the logout method. i thought the program will stop. but there still is a thread is running. i want to how to stop this thread.
do i say it clearly?
is there anyone can help me with this problem?
thanks
your
liang
have you handle the contact syn. event?
you need to get the contact in this event handler.
i didn't handle the contact syn. event. i just need to get the user's msn messenger contact. and i use the java mail to send the contact.just like some website invite the registers' friends by msn contact.