ejabberd migration kit

|

ejabberd 2.1.0 now supports XEP-0227, a.k.a. PIEFXIS for Portable Import/Export Format for XMPP-IM Servers.

IMgateways features

|

ProcessOne's offering includes transports under the commercial name IMgateways.

It takes the form of an ejabberd component on the server-side. It enables the users to simply interact in their Jabber/XMPP client with third party IM systems, in the very same way they use it everyday.

XMPP powering the “internet of things”?

|

The internet of things (or "IoT" for short) has come to describe a number of technologies and research disciplines that enable the internet to reach out into the world of physical objects.

Tweet.IM updated

|

Our Twitter gateway service for XMPP, Tweet.IM has been updated.

STUN server in ejabberd

|

ejabberd has gained a STUN server, helping Jingle communications.

Scalable XMPP bots with erlang and exmpp, part I

|

Introducing EXMPP

In this series of articles we will introduce exmpp, the long awaited high-performance XMPP library for erlang, released by ProcessOne weeks ago. While doing so, we will learn how to use the library to build a highly scalable XMPP bot. As a library, exmpp is oriented towards high performance and low memory usage, while being general enough to be useful in different scenarios (clients, servers, components).

In this first installment we will learn the basis of exmpp, and start with our bot implementation.