*/
private void invite() throws IllegalResponseException, RequestTimeoutException, InterruptedException, TransferException, SystemException
{
ActionEventFuture future = new ActionEventFuture();
this.inviteBuddy(this.mainBuddy, new FutureActionEventListener(future));
assertActionEvent(future.waitActionEventWithException(), ActionEventType.SUCCESS);
}
/**
* 离开对话
* @throws TransferException