mod_pubsub_hub

Introduction

This module implements a PubSubHubbub (PuSH) hub, allowing PuSH clients to subscribe to local XMPP Publish-Subscribe nodes stored by mod_pubsub and receive real time updates to feeds.

Configuration

Component "pubsub.example.com" "pubsub"

modules_enabled = {
  "pubsub_hub";
}

The hub is then available on http://pubsub.example.com:5280/hub.

Compatibility

trunk Works
0.10 Should work
0.9 Works
0.8 Doesn’t work

Installation

With the plugin installer in Prosody 0.12 you can use:

sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_pubsub_hub

For earlier versions see the documentation for installing 3rd party modules