// }
}
asyncAppendToChatHistory(account.jid,"- You changed your status to " + GOIMIcons.getShowTextForPresence(account.xmpp.getOwnPresence()),false,"","* ");
} };
account.xmpp.ownPresenceChanged.addListener(ownPresenceChangeListener);
connectionListener = new ConnectionListener() {
public void connectionClosed() {
getDisplay().asyncExec(new Runnable() { public void run() {
appendToChatHistory(account.jid," - You disconnected from the Jabber Server",false,"","* "); // - You will need to reopen this Window when reconnecting.",false,"","* ");
}});
}