Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 699 Bytes

ROADMAP.md

File metadata and controls

23 lines (17 loc) · 699 Bytes

PushService

  • [WIP] Common interface
  • [DONE] Plugable push providers
  • Add doxygen documentation for all public interfaces

APNS

  • [DONE] Basic APNS connection
  • [DONE] Pool of APNS connections
  • [DONE] APNS message wrapper (creates JSON)
  • [DONE] Callback system for message delivery. both success and failure.
  • [DONE] Connection restart on error
  • [DONE] Handle shutdown message properly
  • Support for custom field types in APNS message wrapper (not only string but also arrays, objects, etc.)

GCM (WIP)

  • [DONE] Basic connection for GCM
  • [DONE] Chunked HTTP/1.1 support
  • [DONE] Basic HTTP GCM message wrapper
  • [WIP] Parsing of GCM response and invocation of callback with error/success