[JDEV] Jabber s2s dialback problem (as well as jabber.org problem)
David Waite
mass at akuma.org
Mon Jun 3 11:23:17 CDT 2002
Aldon Hynes wrote:
<snip>
>With this, I started trying to connect using the dialback to other jabber
>servers (myjabber.net and jabber.com). I notice that they send a '<?xml
>version='1.0'?>' at the beginning of their string, which jabber.org did not
>send. In addition, I now get <stream:error>Invalid XML</stream:error> from
>these servers when I send <?xml version='1.0'?><db:result
>from='ahynes1.homeip.net' to='myjabber.net'>482</db:result> as a response to
>the jabber:server:dialback request. The construct of my string appears to
>match the documentation at http://www.pipetree.com/jabber/jdp/x175.htm and
>http://docs.jabber.org/draft-proto/html/dialback.html
>
the xml version prefix is required to be handled by a compliant XML
parser. It shouldn't be a problem
The db:result should be within 'stream:stream' element/header.
-David Waite
More information about the JDev
mailing list