|
I am writing my own jabber compatible IM system on
win32 but am having
problems communicating with other jabber servers, it gets almost the whole way through the dialback process but at stage 8 (from the draft docs) when it sends the db:result valid nothing happens, it does not validate the conn 1 like it is supposed to, the exact xml packet it sends is as follows: <db:result from='MYDOMAIN.COM' to='jabber.org'
type='valid' id='566417809'/>
in response to the following db:verify request from
the jabber.org server:
<db:verify from='jabber.org' id='566417809'
to='MYDOMAIN.COM'>VKEY12345</db:verify>
(in these my domain was replaced by
MYDOMAIN.COM)
so what is going wrong? does anyone have any ideas,
or maybe is it that
something is missing that the draft proto doc does not mention. Thanks for any help.
Richard |
- Re: [JDEV] S2S Problem Richard Dobson
- Re: [JDEV] S2S Problem Iain Shigeoka
