public QQActionFuture relogin(QQStatus status, final QQActionListener listener){
getContext().getAccount().setStatus(status);
getContext().getSession().setState(QQSession.State.LOGINING);
LoginModule login = getContext().getModule(QQModule.Type.LOGIN);
LOG.info("iqq client relogin...");
QQActionFuture future = login.channelLogin(status, new QQActionListener() {
@Override
public void onActionEvent(QQActionEvent event) {
if(event.getType() == QQActionEvent.Type.EVT_ERROR) {
LOG.info("iqq client reloginChannel fail!!! use relogin.");