MT#53790 pushd: rename `gcm` to `fcm`

Support for the new HTTPS v1 protocol. GCM doesn't exist any more.

Change-Id: I470d6b4a2743b87793560204913278b074e6eab1
(cherry picked from commit 01bb8cb93e)
mr11.5
Richard Fuchs 7 months ago
parent 934652501d
commit b08cd5b09c

@ -32,7 +32,7 @@ local muc_config = {
}; };
local pushd_config = { local pushd_config = {
url = "https://127.0.0.1:8080/push", url = "https://127.0.0.1:8080/push",
gcm = true, fcm = true,
apns = true, apns = true,
call_sound = 'incoming_call.caf', call_sound = 'incoming_call.caf',
msg_sound = 'incoming_message.caf', msg_sound = 'incoming_message.caf',

Loading…
Cancel
Save