From dc3a2548b531dee2d2968a0804ee4c048c0d1c30 Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Sat, 23 Aug 2014 13:41:42 +0200 Subject: [PATCH] that happens when you forget to npm i precommit-hook --- libs/strophe/strophe.jingle.sessionbase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/strophe/strophe.jingle.sessionbase.js b/libs/strophe/strophe.jingle.sessionbase.js index 662deb306..35fa50aa3 100644 --- a/libs/strophe/strophe.jingle.sessionbase.js +++ b/libs/strophe/strophe.jingle.sessionbase.js @@ -156,7 +156,7 @@ SessionBase.prototype.sendSSRCUpdateIq = function(sdpMediaSsrcs, sid, initiator, var modify = $iq({to: toJid, type: 'set'}) .c('jingle', { xmlns: 'urn:xmpp:jingle:1', - action: isAdd ? 'source-add' : 'source-remove', -- not yet + action: isAdd ? 'source-add' : 'source-remove', initiator: initiator, sid: sid }