Ejemplo n.º 1
0
def FetchAllContacts(): 
    return fetch(contacts.getContactIDs())
Ejemplo n.º 2
0
def SendContacts():
    dhnio.Dprint(6, "identitypropagate.SendContacts")
    SendToIDs(contacts.getContactIDs(), HandleAck)
Ejemplo n.º 3
0
def FetchNecesaryContacts():
    return fetch(contacts.getContactIDs())