Hi,
After connected and logged in - all my accounts are offline. I figured out that I do not receive ILN messages from server.
I have two accounts the one I'm testing with and the other one which is logged from windows messanger and is online.
The two contacts have the other in the ForwardList,AllowList,ReverseList - so the contactlists are ok.
I even does not receive changin of the statuses of the contacts.
I have set my init status before login.
Any ideas ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Found. Sorry the problem is in our implementation we call changing our status too early before contact list is inited or started to init. Or even before SYN is sent to server
this maybe confuses the server and does not provide any status info about the contacts.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yeah, MSN is pretty petulant about the order it received those initial messages. I must admit I'm not entirely whelmed with the way Java-JML handles the process ... just in the sense of it's not clear to developers (IMO) when you are really supposed to consider yourself logged in. I'm actually thinking about adding a listener with a name like "completelyLoggedIn" or something. =) (while leaving the current login listeners for backwards compatibility)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
After connected and logged in - all my accounts are offline. I figured out that I do not receive ILN messages from server.
I have two accounts the one I'm testing with and the other one which is logged from windows messanger and is online.
The two contacts have the other in the ForwardList,AllowList,ReverseList - so the contactlists are ok.
I even does not receive changin of the statuses of the contacts.
I have set my init status before login.
Any ideas ?
Found. Sorry the problem is in our implementation we call changing our status too early before contact list is inited or started to init. Or even before SYN is sent to server
this maybe confuses the server and does not provide any status info about the contacts.
Yeah, MSN is pretty petulant about the order it received those initial messages. I must admit I'm not entirely whelmed with the way Java-JML handles the process ... just in the sense of it's not clear to developers (IMO) when you are really supposed to consider yourself logged in. I'm actually thinking about adding a listener with a name like "completelyLoggedIn" or something. =) (while leaving the current login listeners for backwards compatibility)