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