ConversationPanel conv = buddy.getConversation();
if ((conv != null) && (conv instanceof ChatPanel))
((ChatPanel) conv).signedOff();
} else {
buddy.addResource("_no resource_", 5, presence.getMode(),
presence.getStatus());
}
//if we need to, reload the nicklist.
if (presence.getType() == Presence.Type.AVAILABLE) {