# An XMPP Server for Google Cloud Messaging

DevFeed: [An XMPP Server for Google Cloud Messaging](<https://devfeed.tech/articles/an-xmpp-server-for-google-cloud-messaging-29129.md>)

Original publisher: [Read original article](<https://www.grokkingandroid.com/xmpp-server-google-cloud-messaging/>)

Author: Wolfram Rittmeyer

Published: 2014-02-18T06:29:24Z

Content type: tutorial

Language: en

Sources: [Grokking Android](<https://devfeed.tech/sources/grokking-android.md>)

Topics: [XMPP](<https://devfeed.tech/topics/xmpp.md>), [Messaging](<https://devfeed.tech/topics/messaging.md>), [Android](<https://devfeed.tech/topics/android.md>), [Back end](<https://devfeed.tech/topics/backend.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [backend](<https://devfeed.tech/tags/backend.md>), [ccs](<https://devfeed.tech/tags/ccs.md>), [cloud-connection-server](<https://devfeed.tech/tags/cloud-connection-server.md>), [google-cloud-messaging](<https://devfeed.tech/tags/google-cloud-messaging.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [java](<https://devfeed.tech/tags/java.md>), [messaging](<https://devfeed.tech/tags/messaging.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [xmpp](<https://devfeed.tech/tags/xmpp.md>)

## AI overview

This post explains the server side of upstream messaging with Google Cloud Messaging, focusing on the permanent XMPP connection between a backend and Google's Cloud Connection Server. It also discusses Java libraries, including Smack, and cautions that the sample project is not suitable for production.

## Source excerpt

In this post I am going to write about the server-side of upstream messages with Google Cloud Messaging. This is the second part of my three-part series on this topic. If you haven't read the first part about the flow of events and the Android implementation of upstream messaging, please read that one first. The [...] Continue Reading "An XMPP Server for Google Cloud Messaging" The post An XMPP Server for Google Cloud Messaging appeared first on Grokking Android.