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.

PubSub is taking off

|

PubSub, the short name for "Publish-Subscribe", is an XMPP technology, bringing instant or "real-time" publication, notification and distribution of content to the internet.