# XMPP

XMPP is an open standard for messaging and presence that developers can integrate into software using published specifications.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## 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.

## Empathy - zamykanie okienka chatu przyciskiem Escape

DevFeed: [Empathy - zamykanie okienka chatu przyciskiem Escape](<https://devfeed.tech/articles/empathy-zamykanie-okienka-chatu-przyciskiem-escape-27507.md>)

Original publisher: [Read original article](<https://gagor.pro/2011/12/empathy-zamykanie-okienka-chatu-przyciskiem-escape/>)

Author: Tom

Published: 2011-12-30T00:00:00Z

Content type: tutorial

Language: pl

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [XMPP](<https://devfeed.tech/topics/xmpp.md>)

Tags: [ubuntu](<https://devfeed.tech/tags/ubuntu.md>), [xmpp](<https://devfeed.tech/tags/xmpp.md>)

### AI overview

A personal guide to changing Empathy so chat windows can be closed with the Escape key. The author describes Empathy's contact-list search, notes its missing XMPP service browser, and recommends editing a configuration file as root before restarting the messenger.

### Source excerpt

W Gajim'ie od dawna brakowało mi wygodnego przeszukiwania po liście kontaktów (takiego jakie ma się pojawić już niebawem w wersji 0.15 - z półtora roku już na to czekam...). W między czasie znalazłem chwilę by pobawić się Empathy - brzydki, nie ma przeglądarki usług XMPP, ale wyszukiwanie na rosterze jest dokładnie takie jakiego szukałem (w miarę wpisywania znaków zawęża listę kontaktów by pasowały do wpisywanego wzorca). Tyle że skróty klawiaturowe w tym programie zwyczajnie mnie rozwalają - przez lata przyzwyczaiłem się że okienka czatu można zamknąć Escape'm - a tutaj nawet nie ma opcji, która pozwalała by na taką zmianę zachowania.

## Technologies for better web based applications: XMPP, Flex, and more

DevFeed: [Technologies for better web based applications: XMPP, Flex, and more](<https://devfeed.tech/articles/technologies-for-better-web-based-applications-xmpp-flex-and-more-35298.md>)

Original publisher: [Read original article](<https://darkcoding.net/future-of-web-apps/technologies-for-better-web-based-applications-xmpp-flex-and-more/>)

Author: Graham King

Published: 2008-01-27T20:39:52Z

Content type: tutorial

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [web applications](<https://devfeed.tech/topics/web-applications.md>), [Ajax](<https://devfeed.tech/topics/ajax.md>), [XMPP](<https://devfeed.tech/topics/xmpp.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Single-page application (SPA)](<https://devfeed.tech/topics/spa.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Firefox extension](<https://devfeed.tech/topics/firefox-extension.md>)

Tags: [ajax](<https://devfeed.tech/tags/ajax.md>), [applications](<https://devfeed.tech/tags/applications.md>), [extension](<https://devfeed.tech/tags/extension.md>), [firefox](<https://devfeed.tech/tags/firefox.md>), [futureofwebapps](<https://devfeed.tech/tags/futureofwebapps.md>), [http](<https://devfeed.tech/tags/http.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [software](<https://devfeed.tech/tags/software.md>), [summary](<https://devfeed.tech/tags/summary.md>), [web](<https://devfeed.tech/tags/web.md>), [xmpp](<https://devfeed.tech/tags/xmpp.md>)

### AI overview

The article explains how web applications differ from traditional websites, focusing on richer graphical interfaces and real-time data. It discusses JavaScript, Adobe Flex, Firefox extensions, AJAX, Comet, and XMPP as approaches for building more interactive and connected applications.

### Source excerpt

The web application revolution: blurring the line between websites and software.

## XMPP in your browser: Flex 2 with XIFF

DevFeed: [XMPP in your browser: Flex 2 with XIFF](<https://devfeed.tech/articles/xmpp-in-your-browser-flex-2-with-xiff-35490.md>)

Original publisher: [Read original article](<https://darkcoding.net/software/xmpp-in-your-browser-flex-2-with-xiff/>)

Author: Graham King

Published: 2007-12-12T22:40:40Z

Content type: tutorial

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [XMPP](<https://devfeed.tech/topics/xmpp.md>), [Messaging](<https://devfeed.tech/topics/messaging.md>), [ActionScript](<https://devfeed.tech/topics/actionscript.md>), [browser](<https://devfeed.tech/topics/browser.md>), [API](<https://devfeed.tech/topics/api.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [browser](<https://devfeed.tech/tags/browser.md>), [developer](<https://devfeed.tech/tags/developer.md>), [guide](<https://devfeed.tech/tags/guide.md>), [messaging](<https://devfeed.tech/tags/messaging.md>), [software](<https://devfeed.tech/tags/software.md>), [xmpp](<https://devfeed.tech/tags/xmpp.md>)

### AI overview

A developer guide to using the XIFF ActionScript 3 API to connect Flex 2 applications to XMPP services in a browser. It covers cross-domain policy files, socket connections, rosters, login, and account registration.

### Source excerpt

XMPP and Flex: A developer's guide to instant messaging integration.

## Jimbo - Monitor your server with Jabber

DevFeed: [Jimbo - Monitor your server with Jabber](<https://devfeed.tech/articles/jimbo-monitor-your-server-with-jabber-35424.md>)

Original publisher: [Read original article](<https://darkcoding.net/software/jimbo/>)

Author: Graham King

Published: 2007-02-15T23:11:37Z

Content type: tutorial

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [XMPP](<https://devfeed.tech/topics/xmpp.md>), [Python](<https://devfeed.tech/topics/python.md>), [monitor](<https://devfeed.tech/topics/monitor.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [Messaging](<https://devfeed.tech/topics/messaging.md>), [Server](<https://devfeed.tech/topics/server.md>), [Internet Engineering Task Force (IETF)](<https://devfeed.tech/topics/ietf.md>)

Tags: [ietf](<https://devfeed.tech/tags/ietf.md>), [messaging](<https://devfeed.tech/tags/messaging.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [python](<https://devfeed.tech/tags/python.md>), [small](<https://devfeed.tech/tags/small.md>), [software](<https://devfeed.tech/tags/software.md>), [speech](<https://devfeed.tech/tags/speech.md>)

### AI overview

This tutorial presents Jabber/XMPP as a lightweight way to monitor whether personal web applications and servers are available. It introduces XMPP, explains basic Jabber terminology such as hosts, JIDs, and resources, and begins showing how to build a simple monitor in Python.

### Source excerpt

A friend for your server: Jabber, the ultimate office wingman.