<div dir="ltr"><pre>Hello everyone,

The Sync team is currently trying to figure out how to send "device
connected" notifications to clients (see
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=3D1201335">https://bugzilla.mozilla.org/show_bug.cgi?id=3D1201335</a>).
We would like to use the push API to send these notifications to other
FXA (~= Sync) clients.

The goal would be to store another endpoint on the fxa-auth-server for
Sync related notifications.

We would -probably- use data payloads in order to send different types
of messages.

This new endpoint could also solve "Add push support for remote
disconnect of devices"
(<a href="https://github.com/mozilla/fxa-auth-server/issues/1139">https://github.com/mozilla/fxa-auth-server/issues/1139</a>), with a "Device
changed" endpoint and the data payload would state "removal"/"added" and
the device GUID.
Another good solution would be to use multiple endpoints and send empty
payloads.

We would also need tty > 0 pushs. Until the infrastructure is ready, we
wouldn't mind dealing with short ttys but in the future we would need
longer ttys.

We would love to hear your thoughts on this.

Regards,
Edouard
</pre></div>