Help please me. How make XMPP stanza в Java.
<message id=""> |
<gcm xmlns="google:mobile:data"> |
{ |
"to":"REGISTRATION_ID", // "to" replaces "registration_ids" |
"notification": { |
"title": "Portugal vs. Denmark”, |
"text”: "5 to 1” |
}, |
"time_to_live":"600" |
} |
} |
</gcm> |
</message> |
↧
How make XMPP stanza в Java
↧