Discussion:
[whispersystems] Connection data for the "official" server
Connor Lanigan
2015-06-14 10:51:10 UTC
Permalink
Hi,in order to connect to a TextSecure server, a client needs the server's URL as well as the TLS certificate.
I've been looking for these two for the "official" TextSecure server run by Open Whisper Systems, but haven't been able to find them. In the android-client's code this data is pulled from org.thoughtcrime.securesms.BuildConfig, but I couln't find that class in the repository. It seems to be dynamically created.


Where can I get this data?


- Connor
Richard
2015-06-25 03:00:58 UTC
Permalink
Here is where the config param is provided for textsecure for android:

https://github.com/WhisperSystems/TextSecure/blob/957aa2e3d10ac967fe57a77a1ace594659c373be/build.gradle#L154

You need to recompile to change it
Post by Connor Lanigan
Hi,
in order to connect to a TextSecure server, a client needs the
server's URL as well as the TLS certificate.
I've been looking for these two for the "official" TextSecure server
run by Open Whisper Systems, but haven't been able to find them. In
the android-client's code this data is pulled
from org.thoughtcrime.securesms.BuildConfig, but I couln't find that
class in the repository. It seems to be dynamically created.
Where can I get this data?
- Connor
Loading...