soygul / gcm

GCM (Google Cloud Messaging) - CCS (XMPP Cloud Connection Server) and HTTP implementation.
MIT License
12 stars 3 forks source link

Separate CCS communication logic from queueing logic (which should be common for both HTTP & CCS) #13

Open soygul opened 9 years ago

soygul commented 9 years ago

dequeue tip: "message_type":"receipt" as described here: https://developer.android.com/google/gcm/ccs.html#receipts

soygul commented 9 years ago

also merged another relevant issue: Close connection and raise an event in case of "Connection Draining" message from CCS