<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>I am writing my own jabber compatible IM system on
win32 but am having<BR>problems communicating with other jabber servers, it gets
almost the whole<BR>way through the dialback process but at stage 8 (from the
draft docs) when<BR>it sends the db:result valid nothing happens, it does not
validate the conn<BR>1 like it is supposed to, the exact xml packet it sends is
as follows:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><db:result from='MYDOMAIN.COM' to='jabber.org'
type='valid' id='566417809'/></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>in response to the following db:verify request from
the jabber.org server:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><db:verify from='jabber.org' id='566417809'
to='MYDOMAIN.COM'>VKEY12345</db:verify></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>(in these my domain was replaced by
MYDOMAIN.COM)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>so what is going wrong? does anyone have any ideas,
or maybe is it that<BR>something is missing that the draft proto doc does not
mention.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks for any help.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Richard</FONT></DIV></FONT></DIV></BODY></HTML>