.getContactsInList(MsnList.AL);
//we have no resuable switchboard now, so we create new switchboard
final Object id = new Object();
messenger.addSwitchboardListener(new MsnSwitchboardAdapter() {
public void switchboardStarted(MsnSwitchboard switchboard) {
if (id != switchboard.getAttachment())
return;
for (MsnContact contact : contacts) {