Class RemoveBuddyRequest

java.lang.Object
sfs3.client.requests.BaseRequest
sfs3.client.requests.buddylist.RemoveBuddyRequest
All Implemented Interfaces:
sfs3.client.requests.IClientRequest

public class RemoveBuddyRequest extends BaseRequest
Removes a buddy from the current user's buddies list.

In order to remove a buddy, the current user must be online in the Buddy List system. If the buddy is removed successfully, the operation is confirmed by a buddyRemove event; otherwise the buddyError event is fired.

NOTE: this request can be sent if the Buddy List system was previously initialized only (see the InitBuddyListRequest request description).

See Also: