Subject: Client app connects to server OK on Vista Laptop but not on XP desk PC
My app connects well to lightwitch.org on my Vista laptop but when I moved the identical code to the XP desktop PC it fires xmppCon_OnError() and then OnClose(). The exception is "Received unexpected EOF or 0 bytes".
Strangely I can connect to Google talk from either PC which makes me think it may be a server side problem on lightwitch.org.
Is there something I can do to get this working?
The failed xml is:
Thanks.
Strangely I can connect to Google talk from either PC which makes me think it may be a server side problem on lightwitch.org.
Is there something I can do to get this working?
The failed xml is:
- Send: <stream:stream to='lightwitch.org' xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' version='1.0' xml:lang='en'>
- Recv: <stream:stream xmlns:stream="http://etherx.jabber.org/streams" xml:lang="en" id="46bc9777-8059-4f17-96cb-ad0c5aa2f04c" from="lightwitch.org" version="1.0" >
- Recv: <stream:features xmlns:stream="http://etherx.jabber.org/streams"><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>SCRAM-SHA-1</mechanism></mechanisms><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls" /></stream:features>
- Send: <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls" />
- Recv: <proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls" />
Thanks.
St3v3
Show profile
Link to this post