Roster.createEntry() method in smack creates roster in both users

HI,

I want to create roster entry in one user which should not create the roster entry automatically in another user.

For eg.,

In User1, i create roster entry for user2. So i want user2 to be in user1 Roster. But i dont want automatically adding the user1 in user2 roster.

Roster.createEntry() method in smack creates roster entry of user2 in user1 and also user1 in user2. I tried Subsciption mode to manual. But still the behaviour is same. Please let me know how to add in user1 roster alone.

Thanks & Regards,

Dharani