[aerogear-dev] SimplePush Polyfill work

JR Conlin jrconlin at gmail.com
Tue Sep 1 17:03:31 EDT 2015


On 9/1/2015 12:02 PM, Luke Holmquist wrote:
>
>
> On Mon, Aug 31, 2015 at 6:59 PM, JR Conlin <jrconlin at gmail.com
> <mailto:jrconlin at gmail.com>> wrote:
>
>     +4
>
>     (sorry, just had some fun with a bounding issue, and felt like
>     sharing.)
>
>     Just to let y'all know, we're going to be running SimplePush for a
>     while, mostly for older devices. One thing we discovered is that
>     some clients may have a LARGE number of old channels registered
>     and sending them as part of the Hello is a waste. (Our server
>     doesn't pay attention to them.) Newer clients may have an interim
>     fix that blanks the clientIDs:[] record.) Aside from that, we're
>     definitely not going to be pushing any changes that should impact
>     your library.
>
>     We've not stood up a production WebPush server, partly because the
>     data encryption portion of the standard is still under discussion.
>     For what it's worth, there are also a few other discussion points
>     that have yet to be finalized (e.g. should developers register
>     with servers, should clients specify channels like they did for
>     SimplePush, etc.) but the data bit is the biggest obstacle.
>
>
> i see that PushAPI is enabled in FF42,  and i've successfully gotten
> notifications with a test i did,  what kind of server are you using
> then?  i noticed that in the"dom.push.serverURL" is
> wss://push.services.mozilla.com/ <http://push.services.mozilla.com/>

The server we're using is still "simplepush". There's some tweaks we've
done in prep for WebPush, but it's not running as an HTTP2 service.

For the more python inclined, here's a pointer to the source:
https://github.com/mozilla-services/autopush/

(Some of you may note that this is python and not Go. Turns out that
python currently has more optimal libraries for doing this at larger
scale. As you happy Java folk know, sometimes good things come well aged.)

Eventually WebPush will come out with mandatory data encryption and
HTTP2 connections. Google's WebPush kinda/sorta does that now, except
they bury the client side into GCM and expose a portion of the server,
but it serves as an example of what's to come. Microsoft has also noted
that they'll be supporting WebPush eventually, although they've
expressed different concerns they'd like to have addressed. Apple, is
Apple, and if they release their version, we hope that it follows the spec.

>  
>
>
>     As always, thanks so much for the continuing support.
>
>
>     On 8/31/2015 12:45 PM, Idel Pivnitskiy wrote:
>>     +1
>>
>>     Best regards,
>>     Idel Pivnitskiy
>>     --
>>     E-mail: Idel.Pivnitskiy at gmail.com <mailto:Idel.Pivnitskiy at gmail.com>
>>     Twitter: @idelpivnitskiy <https://twitter.com/idelpivnitskiy>
>>     GitHub: @idelpivnitskiy <https://github.com/idelpivnitskiy>
>>
>>     On Mon, Aug 31, 2015 at 7:27 PM, Daniel Bevenius
>>     <daniel.bevenius at gmail.com <mailto:daniel.bevenius at gmail.com>> wrote:
>>
>>         +1
>>
>>
>>         måndag 31 augusti 2015 skrev Sebastien Blanc
>>         <scm.blanc at gmail.com <mailto:scm.blanc at gmail.com>>:
>>
>>             +1
>>
>>             On Mon, Aug 31, 2015 at 5:12 PM, Luke Holmquist
>>             <lholmqui at redhat.com <mailto:lholmqui at redhat.com>> wrote:
>>
>>                 so now that WebPush is going to take over SimplePush,
>>                 i'm thinking of closing the related JIRA's that we
>>                 have open for simple push in the AG-JS instance.
>>
>>
>>                 Not that we've really done any work on it lately,
>>                  but it would be good to clean this up a little.
>>
>>
>>                 Thoughts?
>>
>>
>>                 -Luke
>>
>>                 _______________________________________________
>>                 aerogear-dev mailing list
>>                 aerogear-dev at lists.jboss.org
>>                 https://lists.jboss.org/mailman/listinfo/aerogear-dev
>>
>>
>>
>>         _______________________________________________
>>         aerogear-dev mailing list
>>         aerogear-dev at lists.jboss.org
>>         <mailto:aerogear-dev at lists.jboss.org>
>>         https://lists.jboss.org/mailman/listinfo/aerogear-dev
>>
>>
>>
>>
>>     _______________________________________________
>>     aerogear-dev mailing list
>>     aerogear-dev at lists.jboss.org <mailto:aerogear-dev at lists.jboss.org>
>>     https://lists.jboss.org/mailman/listinfo/aerogear-dev
>
>
>     _______________________________________________
>     aerogear-dev mailing list
>     aerogear-dev at lists.jboss.org <mailto:aerogear-dev at lists.jboss.org>
>     https://lists.jboss.org/mailman/listinfo/aerogear-dev
>
>
>
>
> _______________________________________________
> aerogear-dev mailing list
> aerogear-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/aerogear-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/aerogear-dev/attachments/20150901/8801fc08/attachment-0001.html 


More information about the aerogear-dev mailing list