adobkin / libcapn

A simple C Library for interact with the Apple Push Notification Service (APNs)
MIT License
100 stars 37 forks source link

New HTTP/2 Push Notification Provider API from Apple #19

Open rogeliodh opened 8 years ago

rogeliodh commented 8 years ago

Apple released a new provider API that is based on HTTP/2. See https://developer.apple.com/news/?id=12172015b.

Do you plan to support it?

adobkin commented 8 years ago

Yes, new API will be provided

leetal commented 8 years ago

Any more work on this? Apple will most likely deprecate the old API in the coming months with regards to the upcoming summer-releases.

ivan-ushakov commented 8 years ago

@leetal do you have any links/proofs about closing binary protocol API?

ivan-ushakov commented 8 years ago

BTW I'm working on nghttp2 integration in my fork. It almost done and pusher app sends notification I just need some tweaks.

adobkin commented 8 years ago

@ivan-ushakov Please, as it will be ready send pull request. I also working on implementation HTTP/2 via nghttp2. I think we can combine efforts

ivan-ushakov commented 8 years ago

@adobkin Sure, take a look on branch http2 in my fork. I'm thinking how to implement some things now so we could avoid duplication and work together.