----- Original Message -----
Sent: Friday, January 02, 2004 4:20
PM
Subject: [JDEV] jabber.org loging me off
before i've started
I am logging onto jabber.org using a direct
winsock tcp/ip connection (I never got any jabber code to compile and link
completely , let alone run in windows)
i send my first message:-
<stream:stream to='jabber.org'
xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'
version='1.0' >
to open my xml stream
i receive a reply
<stream:stream from='jabber.org'
xmlns='jabber:client' id='656540AF2FFD5'
xmlns:stream='http://etherx.jabber.org/streams'>
implying that my stream has been accepted and
that all is well, then before I get chance to do anythign else i
receive:-
<stream:error>Connection is
closing</stream:error></stream:stream>
from jabber.org and am cut off
However if I send the same data from
hyperterminal It is accepeted and I get the expected reply:
<iq id='jcl_1' type='result'><query
xmlns='jabber:iq:auth'><username>client1</username><password/><digest/><sequence>339</sequence><token>3DD2C687</token><resource/></query></iq>
If i run the jabbered server on my machine then I
can log on to an account created there with no problems.
any suggestins as to what might be going wrong
with the jabber.org connection ?
I have tried turning off my firewall and this
does not help
Mike