Subject: help with deleting contact
Hi.. i need help on how to remove contact..i checked mini client and found this..
Edit: i fixed it.. its my fault..there is nothing wrong with miniclients code.. moderators can delete this thread..sorry for trouble
RosterIq riq = new RosterIq();
riq.Type = IqType.set;
XmppCon.RosterManager.RemoveRosterItem(node.RosterItem.Jid);
i dont know y rosteriq is used.. i did the same in my code..but its not working..i thought my contact list updating is flawed..so i used other client..but contact is not getting removed.. is RemoveRosterItem the only function or i have to do any other configuration ?riq.Type = IqType.set;
XmppCon.RosterManager.RemoveRosterItem(node.RosterItem.Jid);
Edit: i fixed it.. its my fault..there is nothing wrong with miniclients code.. moderators can delete this thread..sorry for trouble