From 320cc84392018b5b811a7bf3b70a0e7724f51a20 Mon Sep 17 00:00:00 2001 From: Moxie Marlinspike Date: Mon, 18 Nov 2013 13:16:49 -0800 Subject: [PATCH] Update production endpoint. --- library/src/org/whispersystems/textsecure/Release.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/org/whispersystems/textsecure/Release.java b/library/src/org/whispersystems/textsecure/Release.java index 13d5b78824..7596758ddf 100644 --- a/library/src/org/whispersystems/textsecure/Release.java +++ b/library/src/org/whispersystems/textsecure/Release.java @@ -1,7 +1,7 @@ package org.whispersystems.textsecure; public class Release { - public static final String PUSH_SERVICE_URL = "https://gcm.textsecure.whispersystems.org"; + public static final String PUSH_SERVICE_URL = "https://textsecure-service.whispersystems.org"; // public static final String PUSH_SERVICE_URL = "http://192.168.1.135:8080"; public static final boolean ENFORCE_SSL = true; }