I am also experiencing the same problem in contactListInitCompleted users apear OFFLINE. I am using JML 1.0b1. I have also made sure that my status is ONLINE.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It's me again. I am currently dedicating my day to solving this bug. Here is what i know so far. Before i continue i have to say : i don't really know what i am doing.
In my case the status of i receive in the contactListInitCompleted() is not always OFFLINE. What I have found so far is that when all the msn contacts are shown offline the following occur
Login is the same in both cases all fine:
USR 4 OK monkey@hotmail.com 1 0
Then the following happens
<<< SBS 0 null
>>> GTC 5 A
>>> UUX 6 65
>>> CHG 7 NLN 1342472236
>>> PRP 8 MFN mm
>>> SYN 9 0 0
<<< MSG Hotmail Hotmail 516
<<< GTC 5 A
<<< UUX 6 0
Now all up to here was the same in both cases, PS i did not only do one test case i did quite a few of them to make sure this was not just some anomaly
In the case where you will not receive the contacts the following happens:
Logged In: YES
user_id=1694146
Originator: NO
I am also experiencing the same problem in contactListInitCompleted users apear OFFLINE. I am using JML 1.0b1. I have also made sure that my status is ONLINE.
Logged In: YES
user_id=1694146
Originator: NO
It's me again. I am currently dedicating my day to solving this bug. Here is what i know so far. Before i continue i have to say : i don't really know what i am doing.
In my case the status of i receive in the contactListInitCompleted() is not always OFFLINE. What I have found so far is that when all the msn contacts are shown offline the following occur
Login is the same in both cases all fine:
USR 4 OK monkey@hotmail.com 1 0
Then the following happens
<<< SBS 0 null
>>> GTC 5 A
>>> UUX 6 65
>>> CHG 7 NLN 1342472236
>>> PRP 8 MFN mm
>>> SYN 9 0 0
<<< MSG Hotmail Hotmail 516
<<< GTC 5 A
<<< UUX 6 0
Now all up to here was the same in both cases, PS i did not only do one test case i did quite a few of them to make sure this was not just some anomaly
In the case where you will not receive the contacts the following happens:
<<< CHG 7 NLN 1342472236
DEBUG MsnListener: ownerStatusChanged: [27725751115] ONLINE
I don't know if this will help or just confuse everyone. If the user status change event occurs here the msn contacts statuses will not be received.
Phil