Fix handling subscription removals

This commit is contained in:
Lance Stout 2014-01-27 15:02:04 -08:00
parent e290b9a094
commit 6f1a7b7056
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ module.exports = function (client, app) {
if (item.subscription === 'remove') {
if (contact) {
me.removeContact(contact);
me.removeContact(item.jid);
}
return;
}

View File

@ -1,6 +1,6 @@
{
"name": "otalk.im",
"version": "0.0.22",
"version": "0.0.23",
"description": "Otalk: WebRTC Enabled XMPP Client, in the Browser",
"repository": {
"type": "git",