mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-26 03:00:46 +00:00

1) When registering with server, indicate that the server should store messages and send notifications. 2) Process notification GCM messages, and connect to the server to retrieve actual message content.
4 lines
119 B
Makefile
4 lines
119 B
Makefile
|
|
all:
|
|
protoc --java_out=../src/main/java/ IncomingPushMessageSignal.proto Provisioning.proto WebSocketResources.proto
|