Subject: Cannot get Matirx MiniClientWM example to work
First, I have not changed any of the sample code. I am running Visual Studio 2008 and Windows Mobile 6.5. The code is deployed to a Windows Mobile Virtual device. I have also tried deploying the code to an LG Expo with the same results.
When running the application, I am entering the following information:
Jabber ID = "myusername@gmail.com" //I replaced my actual user name for this post
Password = "mypassword" //I replaced my actual password for this post
Hostname: "talk.google.com" //according to the screen directions
No contacts are displayed to chat with although I have another account open on a PC window.
I am getting the following output from the XML-Debug tab:
SEND: <stream:stream xmlns:stream="http://etherex.jabber.org/streams" xmlns="jabber:client" to="gmail.com" version="1.0">
RECV:<stream:stream xmlns:stream="http://etherex.jabber.org/streams" from="gmail.com" id="3E11501BDF000FAA" version="1.0" xmlns="jabber:client"...
Any ideas why this appears to not be working?
When running the application, I am entering the following information:
Jabber ID = "myusername@gmail.com" //I replaced my actual user name for this post
Password = "mypassword" //I replaced my actual password for this post
Hostname: "talk.google.com" //according to the screen directions
No contacts are displayed to chat with although I have another account open on a PC window.
I am getting the following output from the XML-Debug tab:
SEND: <stream:stream xmlns:stream="http://etherex.jabber.org/streams" xmlns="jabber:client" to="gmail.com" version="1.0">
RECV:<stream:stream xmlns:stream="http://etherex.jabber.org/streams" from="gmail.com" id="3E11501BDF000FAA" version="1.0" xmlns="jabber:client"...
Any ideas why this appears to not be working?