Current code is not compatible with code in Contact Discovery Service (CDS)
Hi!
CDS requires libsignal-service-java version 2.7.8, but there is only verion 2.15.0 of libsignal-service-java available or 1.8.6(by tags). 2.15.0 has incomaptible class interface.
Let's decide how to resolve this issue.
"CDS requires libsignal-service-java version 2.7.8"
do you have a link to that reference in CDS?
"CDS requires libsignal-service-java version 2.7.8"
do you have a link to that reference in CDS?
Yes. It is located in one of project XML files.
We got source code from: https://github.com/signalapp/libsignal-service-java
You gave me a link to this project.
I wanted a link to the specific xml file that references 2.7.8 inside the CDS project that you are talking about.
https://github.com/signalapp/ContactDiscoveryService/blob/master/client/pom.xml#L32
<dependency>
<groupId>org.whispersystems</groupId>
<artifactId>signal-service-java</artifactId>
<version>2.7.8</version>
</dependency>
You gave me a link to this project.
I wanted a link to the specific xml file that references 2.7.8 inside the CDS project that you are talking about.
I did search with github and it didn't find 2.7.8 or lib signal so thanks for the link. Will mention internally, in the meantime try 2.7.7 or 2.8.0

I did search with github and it didn't find 2.7.8 or lib signal so thanks for the link. Will mention internally, in the meantime try 2.7.7 or 2.8.0
We tryed several versions of signal-service-java (by tags) and version tagged as v1.3 (A.K.A. 2.13.0) fits. Projects is belt successfully.