When sending message through UPS Console, SimplePush clients are not notified at all, because the console [does not specify value for 'simple-push'|https://github.com/aerogear/aerogear-unifiedpush-server/blob/f94d249752545fc09ebd85d3ba35112a56a91030/admin-ui/app/scripts/controllers/ComposeController.js#L36] property in the payload to /sender endpoint.
The /sender endpoint thus [ ignore the SimplePush variant |https://github . com/aerogear/aerogear-unifiedpush-server/blob/f94d249752545fc09ebd85d3ba35112a56a91030/push/src/main/java/org/jboss/aerogear/unifiedpush/message/SenderServiceImpl.java#L104].
----
I don't believe that's correct, because if someone specified a SimplePush variant in his application, he just wants those clients to be notified, thus potentially [use default behavior|https://github.com/aerogear/aerogear-unifiedpush-server/blob/ master f94d249752545fc09ebd85d3ba35112a56a91030 /push/src/main/java/org/jboss/aerogear/unifiedpush/message/sender/SimplePushNotificationSender.java# L53 L52 ], which is sending empty payload to SimplePushServer (be it our impl or Mozilla's one).
|