Home | History | Annotate | Download | only in gcm

Lines Matching full:mechanism

42 <p>You can continue to use the HTTP request mechanism to send messages to GCM servers, side-by-side with CCS which uses XMPP. Some of the benefits of CCS include:</p>
65 <li>GCM HTTP: 3rd-party servers send messages as HTTP POST requests and wait for a response. This mechanism is synchronous and causes the sender to block before sending another message.</li>
86 <p>CCS requires a SASL PLAIN authentication mechanism using {@code &lt;your_GCM_Sender_Id&gt;&#64;gcm.googleapis.com} (GCM sender ID) and the API key as the password, where the sender ID and API key are the same as described in <a href="gs.html">Getting Started</a>.</p>
101    &lt;mechanism&gt;X-OAUTH2&lt;/mechanism&gt;
102    &lt;mechanism&gt;X-GOOGLE-TOKEN&lt;/mechanism&gt;
103    &lt;mechanism&gt;PLAIN&lt;/mechanism&gt;
109 <pre>&lt;auth mechanism=&quot;PLAIN&quot;