]> git.mxchange.org Git - friendica-addons.git/commitdiff
jappixmini: try to fix priority
authorLeberwurscht <leberwurscht@hoegners.de>
Tue, 17 Apr 2012 19:13:31 +0000 (21:13 +0200)
committerLeberwurscht <leberwurscht@hoegners.de>
Tue, 17 Apr 2012 19:13:31 +0000 (21:13 +0200)
jappixmini/lib.js

index 91ba6f6af4566363d412b3f4cfa08685a8b31e3a..41773e959d1b54b02cbf87eec3a2412d6bea3804 100644 (file)
@@ -235,9 +235,9 @@ function jappixmini_addon_start(server, username, proxy, bosh, encrypted, passwo
         LOCK_HOST = "off";
         launchMini(true, false, server, username, password);
 
-        // increase priority over other Jabber clients
+        // increase priority over other Jabber clients - does not seem to work?
         priority = 101;
-        sendPresence(null,null,priority);
+        presenceMini(null,null,priority);
 
         jappixmini_manage_roster(contacts, autoapprove, autosubscribe)
     }