|
@@ -44,6 +44,7 @@ module.exports = function(XMPP, eventEmitter)
|
44
|
44
|
this.connection.disco.addFeature('urn:xmpp:jingle:1');
|
45
|
45
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:1');
|
46
|
46
|
this.connection.disco.addFeature('urn:xmpp:jingle:transports:ice-udp:1');
|
|
47
|
+ this.connection.disco.addFeature('urn:xmpp:jingle:apps:dtls:0');
|
47
|
48
|
this.connection.disco.addFeature('urn:xmpp:jingle:transports:dtls-sctp:1');
|
48
|
49
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:audio');
|
49
|
50
|
this.connection.disco.addFeature('urn:xmpp:jingle:apps:rtp:video');
|