libsignal-service-java
libsignal-service-java copied to clipboard
A Java/Android library for communicating with the Signal messaging service.
i already run the registration with `accountManager.requestSmsVerificationCode(false, captcha, challenge);` without any problem. the verification code already sent to the phone number that has been included. but when i tried to...
Did anyone try to compile the example in the home page.
Fix for #86 Allow to compile with 11+, and add a pom.xml With this PR, mvn clean install builds and deploys the library in a local repository.
The java directory of this repository doesn't leverage "recent" java additions (e.g. java.time) as it seems to be on par with Android. It would be nice to have this compiling...
It looks like the up-to-date version of this library has been moved to the Android app repository, https://github.com/signalapp/Signal-Android/tree/master/libsignal/service. If that's the case, then this repository should probably be archived to...
hello i can't add a new phone number on my new server.. only from my IP (other friend IP work..) org.whispersystems.signalservice.api.push.exceptions.CaptchaRequiredException https://github.com/AsamK/signal-cli/issues/251
I think I have the project mostly working, but after attempting to send something like 4-5 messages within a time span of a minute or two, I'm now getting a...
According to the README, SignalServiceAccountManager takes a url in the form of a String. This value is also a String according to the Javadoc. The wiki gives us a url...
The LICENSE file contains the GPLv3, but README.md says it is licensed under the AGPLv3. These two should be reconciled.
Any time i download attachments i get the warning: okhttp3.internal.platform.Platform log WARNING: A connection to https://cdn.signal.org/ was leaked. Did you forget to close a response body? To see where this...