result.setError(PacketError.Condition.bad_request);
return result;
}
// We fetch the profile of the target user
Profile profile = ProfileManager.getInstance().getProfile(sender.toBareJID(), target.toBareJID());
// Prepare the result packet
VCard4DomWriter writer = new DefaultVCard4DomWriter();
DOMDocument domDocument = new DOMDocument();
IQ result = IQ.createResultIQ(packet);