Closed GoogleCodeExporter closed 8 years ago
Nice report, let me take a look. Can you attach a full trace log copied from
the Trace form of example client so we can better debug it?
Original comment by freezing...@gmail.com
on 22 Nov 2011 at 10:51
Or can you share us an account to reproduce the problem?
Original comment by freezing...@gmail.com
on 22 Nov 2011 at 10:54
I'll see if I can setup a test account to replicate the issue with tomorrow. I
apoligise for the delay in response, Google Account stuffup means I no longer
get email notifications :/
I've attached the traceform log, that log is the size generated after about a
minute!
Original comment by theleagu...@gmail.com
on 22 Nov 2011 at 12:50
Attachments:
I haven't yet figured out how to replicate this issue with a different/new
LiveID. Interestingly the new account does *not* get redirected to
beta.gateway.messenger.live.com at all. I was able to add the new LiveID to the
contact list of my old one but then neither were visible to each other - and
this was all through official clients. When I then fired up MSNP3.x sample
client with my LiveID and readded the test LiveID, everything worked (and in
current clients too). This is suggesting there is something 'wrong' with my
account.
In the soap packet for the new user on logging in, there is
"<IsBetaMigrated>false</IsBetaMigrated>"
I'll see who I'm able to contact on the Live team to try and see if this is
related to my account.
Original comment by theleagu...@gmail.com
on 23 Nov 2011 at 7:26
Hi,
Actually there is nothing wrong with your account but something wrong with
Microsoft. Due to my inspection, their live platform suffers from many bugs
recently, many be windows live department is experiencing a big change.
Original comment by freezing...@gmail.com
on 24 Nov 2011 at 10:33
btw, would you please use wireshark to capture the data flow while logging in
with the official WLM client and attach the dump here?
Thanks
Original comment by freezing...@gmail.com
on 24 Nov 2011 at 10:52
I think new protocol will handle all messages via http poll processor.
Socket processor will be deprecated on new live messenger.
Original comment by hepha...@gmail.com
on 9 Dec 2011 at 9:08
I'm not sure I understand you here.. HTTP poll will be one option for the
transport, but we sure need to keep the support for straight TCP connections.
Original comment by liuchang...@gmail.com
on 9 Dec 2011 at 9:12
I mean http transport is more acceptable then tcp socket processor in new
protocol. Of course, we keep it for backward compability.
Original comment by hepha...@gmail.com
on 9 Dec 2011 at 9:38
Hi Chang,
That XFR redirection is redirecting MSN to a server that only supports HTTP
polling. That's what they call "live beta services". What Ethem means is that,
from now on, there will be more and more such cases, windows live might use
http polling as their first connection choice instead of the current TCP
connection (This is truth due to my tests so far). So you are actually leading
our future (We have the plan of implementing HTTP polling before, but all of us
are busy and now you come). Once you have made a workable version (even it's a
version that only support login), we will go ahead and help you migrate the
whole project. Please feel free to contact me and Ethem if you have any
question :)
Original comment by freezing...@gmail.com
on 9 Dec 2011 at 10:37
Oh, that makes sense. Heh, HTTP is the new TCP.
Can you try the implementation in the Chang branch first; it seems the log in
part is already there but then the conversation just drops off. I'm kind of
busy lately so if you can spot anything obvious there it'll help a lot.
Original comment by liuchang...@gmail.com
on 9 Dec 2011 at 10:48
Original comment by hepha...@gmail.com
on 30 Dec 2011 at 9:32
Original issue reported on code.google.com by
theleagu...@gmail.com
on 22 Nov 2011 at 2:31