Hi everyone, Another different PUSH service to take into account just to illustrate how much some PUSH services differ from others: the upcoming Javascript Push API (W3C Working Draft [1]).
In this WebAPI there is no such thing as device tokens or registration IDs, nor API keys or sender IDs. You just ask the PUSH server for a new endpoint with PushManager.register(); and it returns an URI like this: https://as.push.tefdigital.com/v1/notify/abcdef01234567890abcdefabcdef01234567890abcdef Then you need to pass the endpoint to the server and every time you perform a HTTP PUSH with incremental attribute "version", your webapp receives a "push" event. [1] https://dvcs.w3.org/hg/push/raw-file/default/index.html Regards, -- *Adán Sánchez de Pedro Crespo* /FLOSS Developer at Waaltcom/ PGP Public Key: CCABF8A0 Cel.: +34 663 163 375 Fix.: +34 912 69 22 00 PLN: +00 4200 VoIP: [email protected]
