< Previous by Date | Date Index | Next by Date > |
Thread Index |
In resip/dum, ContactPair (in RegistrationPersistenceManager) has been changed from a std::pair<Uri,time_t> to a struct ContactRecord containing a contact Uri, a expiry time_t, and a float q-value (and a bool denoting whether to use the q-value in processing decisions). This is to allow the use of q-value. By extension, ContactPairList has been changed to ContactRecordList. These changes necessitated changes in the following files:
M resip/dum/InMemoryRegistrationDatabase.cxx M resip/dum/RegistrationPersistenceManager.hxx M resip/dum/InMemoryRegistrationDatabase.hxx M resip/dum/ServerRegistration.cxx M resip/dum/ServerRegistration.hxxThe interfaces for creating contacts are backwards compatible by making the float argument for q-value optional.
tfm/repro/TestRepro.cxx has been modified to launch with a baboon chain in place (Target ProcessorChain)
M tfm/repro/TestRepro.cxxAll the other modifications are found within repro/ , and have been described in repro-devel previously.
Best regards, Byron Campen
Attachment:
smime.p7s
Description: S/MIME cryptographic signature