From 1da347bd864f4ead028e7b5e36d1f224277c2786 Mon Sep 17 00:00:00 2001 From: Leberwurscht Date: Mon, 16 Apr 2012 23:39:46 +0200 Subject: [PATCH] jappixmini: reinitialize jappix if proxy changed --- jappixmini/lib.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jappixmini/lib.js b/jappixmini/lib.js index 8e698654..43a6470b 100644 --- a/jappixmini/lib.js +++ b/jappixmini/lib.js @@ -175,6 +175,7 @@ function jappixmini_addon_start(server, username, proxy, bosh, encrypted, passwo // check if settings have changed, reinitialize jappix mini if this is the case settings_identifier = str_sha1(server); settings_identifier += str_sha1(username); + settings_identifier += str_sha1(proxy); settings_identifier += str_sha1(bosh); settings_identifier += str_sha1(password); settings_identifier += str_sha1(nickname);