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 fccaea4f2f - Show all commits

jappixmini: do not annoy user by asking multiple times for authorization

Leberwurscht 2012-04-17 21:00:03 +02:00

View file

@ -120,6 +120,9 @@ function jappixmini_manage_roster(contacts, autoapprove, autosubscribe) {
message = "Accept "+xid+" for chat?";
if (pstatus) message += "\n\nStatus:\n"+pstatus;
approve = confirm(message);
// do not ask any more
if (!approve) sendSubscribe(xid, "unsubscribed");
}
if (approve) {