I have implemented Jabber server communication with the Jabber
transports for our own instant messaging server, but I seem
to have a problem occasionally with the server dialback. Here
is what I send and receive (all over the connection I initiated
with the transport server).


11:09:39.840: Send to msn.jabber.sk:
<stream:stream xmlns:stream='http://etherx.jabber.org/streams' 
xmlns='jabber:server' xmlns:db='jabber:server:dialback'>

11:09:42.314: Receive from msn.jabber.sk:
<?xml version='1.0'?>
<stream:stream xmlns:stream='http://etherx.jabber.org/streams' 
id='96a94defdc3886115299410f6c957ff642fd1229' xmlns='jabber:server' 
xmlns:db='jabber:server:dialback'>

11:09:42.314: Send to msn.jabber.sk:
<db:result to='msn.jabber.sk' from='netwin.co.nz'>
A4597DA8F7AF49C8738DB9ABB1568F9E5E70624F6BD49DB41E</db:result>

11:09:44.517: Receive from msn.jabber.sk:
<db:result to='netwin.co.nz' from='msn.jabber.sk'/>

I am confused as to what this last packet means. At this point
the transport server should be connecting back to me to verify
the dialback key is correct, but it isn't. Even if it failed to 
connect to me,  shouldn't it send me something like:

<db:result to='netwin.co.nz' from='msn.jabber.sk' type='invalid'/>

instead? Or is that what the packet it is sending actually means?

Note: Most of the time it works fine - only about 10% of the time
is this problem happening.

Thanks in advance for any help that anyone can offer.

Regards,
Matt Kearse.

-- 
Netwin.
DBabble Web site: http://netwinsite.com/dbabble


_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to