Add missing declaration and don't run OTR tests

Add 3rd party dependencies

updates #497
This commit is contained in:
JC Brand 2018-05-12 12:31:14 +02:00
parent e833af14bf
commit 0c50808b65
4 changed files with 84 additions and 1747 deletions

1823
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -42,6 +42,7 @@
"bootstrap": "^4.0.0",
"bootstrap.native": "^2.0.22",
"bourbon": "^4.3.2",
"bytebuffer": "^3.5.5",
"clean-css-cli": "^4.0.10",
"emojione": "^3.0.3",
"es6-promise": "^4.1.0",
@ -58,16 +59,17 @@
"jshint": "^2.9.4",
"lodash": "4.17.4",
"lodash-template-loader": "^2.0.0",
"long": "^3.1.0",
"moment": "~> 2.19.3 ",
"otr": "0.2.16",
"pluggable.js": "2.0.0",
"po2json": "^0.4.4",
"protobufjs": "5.0.1",
"requirejs": "2.3.5",
"run-headless-chromium": "^0.1.1",
"sinon": "^2.1.0",
"sizzle": "^2.3.3",
"snabbdom": "0.7.1",
"snyk": "^1.21.2",
"strophe.js": "1.2.14",
"strophejs-plugin-ping": "0.0.1",
"strophejs-plugin-register": "0.0.1",

View File

@ -57,7 +57,8 @@
ChatBoxView: {
addOMEMOToolbarButton (options) {
const { _converse } = this.__super__;
const { _converse } = this.__super__,
{ __ } = _converse;
Promise.all([
contactHasOMEMOSupport(_converse, this.model.get('jid')),
serverHasOMEMOSupport(_converse)

View File

@ -47,7 +47,6 @@ var specs = [
"spec/ping",
"spec/xmppstatus",
"spec/mam",
"spec/otr",
"spec/controlbox",
"spec/roster",
"spec/chatbox",