jappixmini: reinitialize jappix if proxy changed
authorLeberwurscht <leberwurscht@hoegners.de>
Mon, 16 Apr 2012 21:39:46 +0000 (23:39 +0200)
committerLeberwurscht <leberwurscht@hoegners.de>
Mon, 16 Apr 2012 21:39:46 +0000 (23:39 +0200)
jappixmini/lib.js

index 8e69865..43a6470 100644 (file)
@@ -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);