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

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

Change-Id: I470d6b4a2743b87793560204913278b074e6eab1
mr13.1.1
Richard Fuchs 7 months ago
parent f41908df9d
commit 01bb8cb93e

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

Loading…
Cancel
Save