Browse Source

that happens when you forget to npm i precommit-hook

master
Philipp Hancke 11 years ago
parent
commit
dc3a2548b5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      libs/strophe/strophe.jingle.sessionbase.js

+ 1
- 1
libs/strophe/strophe.jingle.sessionbase.js View File

156
     var modify = $iq({to: toJid, type: 'set'})
156
     var modify = $iq({to: toJid, type: 'set'})
157
         .c('jingle', {
157
         .c('jingle', {
158
             xmlns: 'urn:xmpp:jingle:1',
158
             xmlns: 'urn:xmpp:jingle:1',
159
-            action: isAdd ? 'source-add' : 'source-remove', -- not yet
159
+            action: isAdd ? 'source-add' : 'source-remove',
160
             initiator: initiator,
160
             initiator: initiator,
161
             sid: sid
161
             sid: sid
162
         }
162
         }

Loading…
Cancel
Save