[JDEV] jabber.org loging me off before i've started
Mike Fox
mikefox at blueyonder.co.uk
Fri Jan 2 10:20:30 CST 2004
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.jabber.org/jdev/attachments/20040102/cf29693c/attachment-0002.htm>
More information about the JDev
mailing list