[Gajim-devel] Testing VoIP Jingle bots
Yann Leboulanger
asterix at lagaule.org
Fri May 17 07:18:07 CEST 2013
On 05/16/2013 09:44 AM, Genghis Khan wrote:
> Hello,
>
> I have found at http://qxip.net/mediawiki/index.php/Testing a few
> Jingle bots of 6NUM.NET but Gajim thinks that these bots have no A/V
> support, though maybe they really don't support A/V.
I can't go on this URL. Both their IPv4 and v6 are not accessible bt me.
> How can I check whether they do have Jingle support or not so I will
> know if the problem is of Gajim or of 6NUM.NET?
Try to send a disco#info on thie full JID (with resource):
<iq to="JID/RES" type="get" id="123">
<query xmlns="http://jabber.org/protocol/disco#info" />
</iq>
Id should contain jingle features:
<feature var='urn:xmpp:jingle:1'/>
<feature var='urn:xmpp:jingle:apps:rtp:1'/>
<feature var='urn:xmpp:jingle:apps:rtp:audio'/>
<feature var='urn:xmpp:jingle:apps:rtp:video'/>
<feature var='urn:xmpp:jingle:transports:ice-udp:1'/>
<feature var='urn:xmpp:jingle:transports:s5b:1'/>
<feature var='urn:xmpp:jingle:transports:ibb:1'/>
> An echo test Jingle bot of Collabora<xmpp:echo at test.collabora.co.uk>
> found at http://psi-plus.com/wiki/en:jingle_bots was tested and did
> work properly in a previous Gajim version (bot is currently offline).
It is offline for years.
--
Yann
More information about the Gajim-devel
mailing list