Subject: Google Talk application is not working on Windows mobile6
Hello sir,
I developed a Google Talk application using agsXmpp lib. I tested on both emulator and Windows mobile. It was working fine. But today I tried to sign in in my Windows mobile6.0. But I can't able to sign in. But the application is working fine on my Emulator. I surprised why suddenly is not wworking today on my mobile. (Yestrday evening also working fine on device. Same cab file is not working today). I tried nearly 10 times. But no success.
I am getting XML debug like this:
after that i am getting OnClose()..
Pls help me to solve this problem....
Very urgent..
Thanks,
M.Sathya.
I developed a Google Talk application using agsXmpp lib. I tested on both emulator and Windows mobile. It was working fine. But today I tried to sign in in my Windows mobile6.0. But I can't able to sign in. But the application is working fine on my Emulator. I surprised why suddenly is not wworking today on my mobile. (Yestrday evening also working fine on device. Same cab file is not working today). I tried nearly 10 times. But no success.
I am getting XML debug like this:
- On Write XML ------- SEND:<stream:stream to='gmail.com' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'>
- On Read XML ------- RECV:<stream:stream xmlns:stream="http://etherx.jabber.org/streams" from="gmail.com" version="1.0" id="B11AAF5248DEC3FF" >
- On Read XML ------- RECV:<stream:features xmlns:stream="http://etherx.jabber.org/streams"><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required /></starttls><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>X-GOOGLE-TOKEN</mechanism></mechanisms></stream:features>
- On Write XML ------- SEND:<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls" />
- On Read XML ------- RECV:<proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls" />
- On Write XML ------- SEND:<stream:stream to='gmail.com' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'>
- On Read XML ------- RECV:<stream:stream xmlns:stream="http://etherx.jabber.org/streams" from="gmail.com" version="1.0" id="C176CEEF6DA73773" >
- On Read XML ------- RECV:<stream:features xmlns:stream="http://etherx.jabber.org/streams"><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>PLAIN</mechanism><mechanism>X-GOOGLE-TOKEN</mechanism></mechanisms></stream:features>
- On Write XML ------- SEND:<auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="PLAIN">XXX</auth>
Pls help me to solve this problem....
Very urgent..
Thanks,
M.Sathya.