Run custom TextSecure (Signal) server

北慕城南 提交于 2019-11-30 12:10:22

问题


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 server to run telephony. I've found github repos for TextSecure server only https://github.com/WhisperSystems/TextSecure-Server but no repos for redphone server.

I think that I also need to run this server https://github.com/WhisperSystems/PushServer to properly operate Signal.

I have tried downloading whole TextSecure server from github and adding it to intelijidea as maven repository but it doesnt allow me to run it and therefore to compile it.

Anyone with experience of running a cusotm TextSecure server? I need a little guide because I am totaly stuck at this.

Thanks in forward


回答1:


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.



来源:https://stackoverflow.com/questions/33699970/run-custom-textsecure-signal-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!