Run custom TextSecure (Signal) server

前端 未结 1 2002
灰色年华
灰色年华 2020-12-28 08:44

I am trying to start my custom TextSecure (Signal) server. I want to use it for all functions that Signal has (both SMS and telephony). I believe that I also need redphone s

相关标签:
1条回答
  • 2020-12-28 09:29

    You can run your own TextSecure server, but first of all you need to create accounts at Twilio, AWS S3, Google Developer and Apple Developer.

    Twilio - for sms broadcasting(for registration in TextServer).
    AWS - for documents in TextSecure.
    Google developer - for push notifications.
    Apple Developer - for push notifications(i didn't reg this one because i did hack Push server).

    After thay you need to install: JDK and Cryptography extension, Maven, Postgresql, Redis.

    With Maven install: Dropwizard-simpleauth, WebSocket-Resources.
    With Maven compile PushServer and start it with your settings (redis, auth, gcm, apn).
    With Maven compile TextServer with -DskipTests key.
    After that you can use your own TextServer but without RedPhone. The RedPhone repo was deleted from github.

    Hope this helps you.

    0 讨论(0)
提交回复
热议问题