Casey Crabb wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> I'm trying to implement JIDLink in my client and I'm having a small
> problem.  JIDLink depends on JEP20 (Negotiation). I've implemented
> Negotiation like I think it should work, but sending any iq packet with
> a query xmlns of jabber:iq:negotiate immediately returns a 503 (service
> not available). I don't receive anything on the other end.
> 
> Example:
> [EMAIL PROTECTED] sends
> <iq type='get' id='neg1' to='[EMAIL PROTECTED]'>
> ~  <query xmlns='jabber:iq:negotiate'>
> ~    <feature type='jabber:iq:jidlink'>
> ~      <option>dtcp-active</option>
> ~      <option>dtcp-passive</option>
> ~    </feature>
> ~  </query>
> </iq>
> 
> The server immediately returns:
> <iq to='[EMAIL PROTECTED]' type='error' id='neg1' from='[EMAIL PROTECTED]'>
> ~  <query xmlns='jabber:iq:negotiate'>
> ~    <feature type='jabber:iq:jidlink'>
> ~      <option>dtcp-active</option>
> ~      <option>dtcp-passive</option>
> ~    </feature>
> ~  </query>
> ~  <error code='503'>Service Unavailable</error>
> </iq>
> 
> [EMAIL PROTECTED] NEVER receives any packet.
> 
> Does jabberd not pass along abitrary iq packets? Am I missing something
> completely?
> 

I am really not sure about this, but i think i remember packets with
namespace jabber:* are not supported, if the server's implementation
doesn't?

ulrich


> - --
> Casey
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.0 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQE9p9a2UidG/HUEju8RAnwTAKCAbPvZLYv0cAJrNy4NGyQNXoKx4ACgpgA5
> ekXObpmIcM3mAqS7K3g4iug=
> =qwch
> -----END PGP SIGNATURE-----
> 
> _______________________________________________
> jdev mailing list
> [EMAIL PROTECTED]
> http://mailman.jabber.org/listinfo/jdev
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org/listinfo/jdev

Reply via email to