if (typeof self.onContactListListener === 'function' && self.roster.contacts[userId] && self.roster.contacts[userId].subscription !== 'none') {
                Utils.safeCallbackCall(self.onContactListListener, userId);
            }