} catch (RosterException e) {
return handleCannotRetrieveRoster(stanza, sessionContext);
}
// from becomes to
StanzaBuilder stanzaBuilder = RosterStanzaUtils.createRosterItemsIQ(from, stanza.getID(), IQStanzaType.RESULT, roster);
return stanzaBuilder.build();
}