The jappixmini addon #48

Merged
Leberwurscht merged 42 commits from master into master 2012-04-20 08:48:13 +02:00
Showing only changes of commit a656c73bf5 - Show all commits

View file

@ -194,6 +194,11 @@ function jappixmini_addon_start(server, username, proxy, bosh, encrypted, passwo
LOCK_HOST = "off";
console.log("launchMini");
launchMini(true, false, server, username, password);
// increase priority over other Jabber clients
priority = 101;
sendPresence(null,null,priority);
jappixmini_manage_roster(contacts, autoapprove, autosubscribe)
}