forked from friendica/friendica-addons
jappixmini: increase client priority
This commit is contained in:
parent
479d8ad96f
commit
a656c73bf5
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue