After the jml login and contactList initalize complete, the status of msn is not correct. You can test it like this using example code.
In the PrettyMessenger.java, i add this on the instantMessageReceived method.
switchboard.getMessenger().getOwner().setPersonalMessage(friend.getStatus().getStatus());
And run it, and send a msg to it. You can see that account will get "FLN" personal msg.
Anyone knows how to fix it? It is blocking me.
Log in to post a comment.
After the jml login and contactList initalize complete, the status of msn is not correct.
You can test it like this using example code.
In the PrettyMessenger.java, i add this on the instantMessageReceived method.
switchboard.getMessenger().getOwner().setPersonalMessage(friend.getStatus().getStatus());
And run it, and send a msg to it. You can see that account will get "FLN" personal msg.
Anyone knows how to fix it? It is blocking me.