URL should point to textsecure-service subdomain

Caused by find-and-replace in previous commit
This commit is contained in:
Nicholas Rizzio 2016-03-27 15:36:25 -04:00
parent 10719a443a
commit e470b491a9

View file

@ -53,7 +53,7 @@ import java.util.concurrent.TimeUnit;
import java.util.concurrent.TimeoutException; import java.util.concurrent.TimeoutException;
class Manager implements TextSecure { class Manager implements TextSecure {
private final static String URL = "https://SignalService-service.whispersystems.org"; private final static String URL = "https://textsecure-service.whispersystems.org";
private final static TrustStore TRUST_STORE = new WhisperTrustStore(); private final static TrustStore TRUST_STORE = new WhisperTrustStore();
public final static String PROJECT_NAME = Manager.class.getPackage().getImplementationTitle(); public final static String PROJECT_NAME = Manager.class.getPackage().getImplementationTitle();