for ( int i = 0; i < contacts.length; i++ ) {
StringPresentity.addAlias( fromID, new Presentity( contacts[i] ) );
}
// TODO: get the dates right
Info userInfo = new Info( fromID, PresenceAgent.statusMessage( code ),
new Date(), new Date(), 0 );
return userInfo;
}