android - how much time GCM CCS wait for an acknowledgement from an XMPP server before retrying for the same message? -


i have xmpp server receive message android devices through gcm. if gcm sends message server , server doesn't send acknowledgement after receiving message, how time gcm take resend same message?

if don't send ack message, ccs resends the next time new xmpp connection established, unless message expires first.

source: https://developer.android.com/google/gcm/ccs.html#format


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -