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

View file

@ -126,6 +126,9 @@ function jappixmini_manage_roster(contacts, autoapprove, autosubscribe) {
}
if (approve) {
name = contacts[xid];
if (!name) name = xid;
acceptSubscribe(xid, contacts[xid]);
console.log("Accepted "+xid+" for chat.");
}