}
// Parse the relation
RelationDomReader reader = new PersistentRelationDomReader();
Element e_entry = i_entry.next();
PersistentRelation relation = (PersistentRelation) reader.readElement(new ElementAdapter(e_entry));
Log.debug("IQRelationUpdate received request: " + relation);
// Setup the relation (this will also trigger the notification to the user)
relationManager.updateRelation(sender.toBareJID(), relation);