def FetchAllContacts(): 
    return fetch(contacts.getContactIDs())
def SendContacts():
    dhnio.Dprint(6, "identitypropagate.SendContacts")
    SendToIDs(contacts.getContactIDs(), HandleAck)
def FetchNecesaryContacts():
    return fetch(contacts.getContactIDs())