From c1e1dd97ba2f64b825aa8ee88c2628e05661e3ff Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 21 Apr 2016 18:09:10 -0700 Subject: [PATCH] Change libsignal-protocol filenames // FREEBIE --- Gruntfile.js | 6 +++--- js/{libaxolotl-worker.js => libsignal-protocol-worker.js} | 0 js/libtextsecure.js | 2 +- libtextsecure/axolotl_wrapper.js | 2 +- libtextsecure/{libaxolotl.js => libsignal-protocol.js} | 0 libtextsecure/test/index.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) rename js/{libaxolotl-worker.js => libsignal-protocol-worker.js} (100%) rename libtextsecure/{libaxolotl.js => libsignal-protocol.js} (100%) diff --git a/Gruntfile.js b/Gruntfile.js index beca1267..b9e19b63 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -39,7 +39,7 @@ module.exports = function(grunt) { }, src: [ 'libtextsecure/errors.js', - 'libtextsecure/libaxolotl.js', + 'libtextsecure/libsignal-protocol.js', 'libtextsecure/axolotl_wrapper.js', 'libtextsecure/crypto.js', @@ -86,7 +86,7 @@ module.exports = function(grunt) { 'Gruntfile.js', 'js/**/*.js', '!js/libtextsecure.js', - '!js/libaxolotl-worker.js', + '!js/libsignal-protocol-worker.js', '!js/components.js', '!js/signal_protocol_store.js', '_locales/**/*' @@ -146,7 +146,7 @@ module.exports = function(grunt) { 'Gruntfile', 'js/**/*.js', '!js/libtextsecure.js', - '!js/libaxolotl-worker.js', + '!js/libsignal-protocol-worker.js', '!js/components.js', 'test/**/*.js', '!test/blanket_mocha.js', diff --git a/js/libaxolotl-worker.js b/js/libsignal-protocol-worker.js similarity index 100% rename from js/libaxolotl-worker.js rename to js/libsignal-protocol-worker.js diff --git a/js/libtextsecure.js b/js/libtextsecure.js index 2de1e16e..77301baf 100644 --- a/js/libtextsecure.js +++ b/js/libtextsecure.js @@ -35334,7 +35334,7 @@ axolotlInternal.RecipientRecord = function() { }); }, startWorker: function() { - axolotlInstance.startWorker('/js/libaxolotl-worker.js'); + axolotlInstance.startWorker('/js/libsignal-protocol-worker.js'); }, stopWorker: function() { axolotlInstance.stopWorker(); diff --git a/libtextsecure/axolotl_wrapper.js b/libtextsecure/axolotl_wrapper.js index 43c939d5..a534c91a 100644 --- a/libtextsecure/axolotl_wrapper.js +++ b/libtextsecure/axolotl_wrapper.js @@ -44,7 +44,7 @@ }); }, startWorker: function() { - axolotlInstance.startWorker('/js/libaxolotl-worker.js'); + axolotlInstance.startWorker('/js/libsignal-protocol-worker.js'); }, stopWorker: function() { axolotlInstance.stopWorker(); diff --git a/libtextsecure/libaxolotl.js b/libtextsecure/libsignal-protocol.js similarity index 100% rename from libtextsecure/libaxolotl.js rename to libtextsecure/libsignal-protocol.js diff --git a/libtextsecure/test/index.html b/libtextsecure/test/index.html index 46027b34..7952c038 100644 --- a/libtextsecure/test/index.html +++ b/libtextsecure/test/index.html @@ -21,7 +21,7 @@ - +