Currently we are following the specs with regards to handling notifications. This task purposes to enhance this to not only allow clients to PUT a single update but to support list of pushEndpoints to be notified.
For example, a client could PUT to https://hostname:port/update with a body containing a JSON object similar to this:
All the pushEndpoints will be sent the version that is specified. The entries in the pushEndpoints array should be the encrypted endpoint path, for example, if the pushEndpoint returned from a channel registrations is:
The benefit of doing this is that to support a form of broadcast from a backend server, like our UnifiedPush Server. Currently, to implement this multiple single http calls have to be made which is time consuming. This way only a single http request is required.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira