Using the official MSN clients messages which have been sent to a user while offline are queued up until they come online. Is it possible to receive these messages using the JML library?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for your reply .It helped me a lot . I am also getting a null pointer exception at at net.sf.jml.impl.BasicMessenger.retreiveOfflineMessages(BasicMessenger.java:242)
.Kindly if you could help me in removing it i would be very thankful to you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Using the official MSN clients messages which have been sent to a user while offline are queued up until they come online. Is it possible to receive these messages using the JML library?
Try using retreiveOfflineMessages();
After you login, on the Messenger object you created.. works for me.
I searched the code and javadocs for retreiveOfflineMessages(). Which class is it in?
thanks
MsnMessenger class, I'm using the SVN version btw. Dunno if the latest official release has it as well.
Please could you send me the version details and the source code if possible as i need to get offline messages . Thanks in advance Navi.
1. Browse the following web site:
http://java-jml.svn.sourceforge.net/viewvc/java-jml/trunk/src/
2. Click the link “Download GNU tarball” to download the latest source code.
Hi ,
Thanks for your reply .It helped me a lot . I am also getting a null pointer exception at at net.sf.jml.impl.BasicMessenger.retreiveOfflineMessages(BasicMessenger.java:242)
.Kindly if you could help me in removing it i would be very thankful to you
Hi,
I solved the problem . Thanks you once again . Can anyone please tell me how to add a friend using java jymsg api.Thanks in advance.