Advertises dtls/sctp support in capabilities.

This commit is contained in:
paweldomas 2015-01-16 12:34:47 +01:00
parent d3003d4fcd
commit 398fd18b8e
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ Strophe.addConnectionPlugin('jingle', {
this.connection.disco.addFeature('urn:xmpp:jingle:1'); this.connection.disco.addFeature('urn:xmpp:jingle:1');
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:1'); this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:1');
this.connection.disco.addFeature('urn:xmpp:jingle:transports:ice-udp:1'); this.connection.disco.addFeature('urn:xmpp:jingle:transports:ice-udp:1');
this.connection.disco.addFeature('urn:xmpp:jingle:transports:dtls-sctp:1');
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:audio'); this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:audio');
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:video'); this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:video');