Subscribing to other users

Hi,

Whenever I try to add a contact to the roster using

roster.addContact(subscribeTo, nicknameText.text, “”, true);

the contact is added to the roster but the current user is not subscribed to the added contact. I get a SUBSCRIPTION_REVOCATION RosterEvent immediately. The SUBSCRIPTION_REQUEST is not fired on the other side. Because of that I not able to grant the request.

What am I missing here?

Buzzy