CyanogenMod / android_external_whispersystems_WhisperPush

GNU General Public License v3.0
32 stars 9 forks source link

Use WebSocket not GCM #15

Closed mimi89999 closed 4 years ago

mimi89999 commented 8 years ago

To use WhisperPush we need to flash gapps, but if WhisperPush was using WebSocket instead GCM, gapps wouldn't be required for WhisperPush to work.

There is a version of TextSecure based on WebSocket: https://github.com/JavaJens/TextSecure/tree/feature/websocket-reborn

Would it be possible to use make WhisperPush not Google dependent?