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