Issue Type: Feature Request Feature Request
Assignee: Unassigned
Created: 25/Jul/13 1:24 AM
Description:

This line is wrong:

https://github.com/aerogear/aerogear-push-quickstart-backend/blob/master/src/main/java/org/jboss/aerogear/aerodoc/service/LeadSender.java#L63

In:
https://github.com/aerogear/aerogear-push-quickstart-backend/blob/master/src/main/java/org/jboss/aerogear/aerodoc/service/LeadSender.java#L71

We need to send a simple string there, like:

json.put("simple-push",  "version=" + broadcastVersion++);

the message spec does not state that 'broadcast' needs to be identified, this is something that our UnifiedPush server and our SimplePush server do, implicit.

Project: AeroGear Push
Priority: Major Major
Reporter: Matthias Wessendorf
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