Hi,

I'm trying to make jingle FT working in a special case:
sender sends no cadidate, receiver propose a proxy only.

so sender connects to proxy, then send a candidate-used to receiver.
Then receiver connects to proxy, activates it, and here is the problem, all the proxy I tested returns an error:

<!-- Out -->
<iq xmlns="jabber:client" to="p.ayena.de" from="RECEIVER_JID" id="au_33" type="set">
<query xmlns="http://jabber.org/protocol/bytestreams"; sid="33">
<activate>RECEIVER_JID</activate>
</query>
</iq>

<!-- In -->
<iq id='au_33' type='error' to='RECEIVER_JID' from='p.ayena.de'>
<error type='modify'>
<item-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error>
</iq>


Ok for another proxy:
<!-- In -->
<iq from='proxy.jabbim.cz' to='RECEIVER_JID' type='error' id='au_78'>
<query xmlns='http://jabber.org/protocol/bytestreams' sid='78'>
<activate>RECEIVER_JID</activate>
</query>
<error code='400' type='modify'>
<bad-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error>
</iq>

Is there something I don't do correctly? Or proxy bugs?

Thanks for your help
--
Yann

Reply via email to