Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCM-less voice calls #29

Open
anarcat opened this issue Apr 8, 2016 · 1 comment
Open

GCM-less voice calls #29

anarcat opened this issue Apr 8, 2016 · 1 comment
Labels

Comments

@anarcat
Copy link

anarcat commented Apr 8, 2016

Currently, Signal and LibreSignal (Websocket) require GCM for voice calls to function properly. In fact, as things stand, voice calls do not work in the websocket fork at all (see #10). This is because it is deliberately built without GCM support.

For this to be fixed, one would need the Redphone server to start supporting Websocket as well. This was refused upstream previously:

#10 (comment)

The Redphone software is currently closed-source (or at least, unpublished) and even if it was, the WebSocket support would need to be implemented and accepted by the Signal upstream.

Also according to this, it is possible the Signal server changes so that it implements the voice calls differently which wouldn't require the Redphone server to be open-sourced:

#10 (comment)

In effect, this would mean that redphone and signal would finish merging.

This issue is about trying to make LibreSignal (Websocket) support phone calls without GCM.

Forked off #10 for clarity.

@ghost
Copy link

ghost commented Mar 16, 2017

@anarcat Perhaps it's time to close this issue as obsolete?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants