diff --git a/jappixmini/jappixmini.php b/jappixmini/jappixmini.php index 80fc237f..3b03743d 100644 --- a/jappixmini/jappixmini.php +++ b/jappixmini/jappixmini.php @@ -418,8 +418,7 @@ function jappixmini_script(&$a,&$s) { // add javascript to start Jappix Mini $a->page['htmlhead'] .= ""; diff --git a/jappixmini/lib.js b/jappixmini/lib.js index 94e465d1..351d03f9 100644 --- a/jappixmini/lib.js +++ b/jappixmini/lib.js @@ -130,7 +130,7 @@ function jappixmini_addon_subscribe() { sendSubscribe(xid, "subscribe"); } -function jappixmini_addon_start(server, username, bosh, encrypted, password, nickname) { +function jappixmini_addon_start(server, username, bosh, encrypted, password, nickname, contacts, autoapprove, autosubscribe) { handler = function(password){ // check if settings have changed, reinitialize jappix mini if this is the case settings_identifier = str_sha1(server); @@ -149,7 +149,9 @@ function jappixmini_addon_start(server, username, bosh, encrypted, password, nic // start jappix mini MINI_NICKNAME = nickname; + console.log("launchMini"); launchMini(true, false, server, username, password); + jappixmini_manage_roster(contacts, autoapprove, autosubscribe) } // decrypt password if necessary