Software /
code /
prosody-modules
Diff
mod_pubsub_hub/README.markdown @ 1986:9e268b4fba08
mod_pubsub_hub/README: Update a little bit
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 20 Dec 2015 18:58:09 +0100 |
parent | 1803:4d73a1a6ba68 |
child | 2330:f933e3909795 |
line wrap: on
line diff
--- a/mod_pubsub_hub/README.markdown Sat Dec 19 14:03:21 2015 +0100 +++ b/mod_pubsub_hub/README.markdown Sun Dec 20 18:58:09 2015 +0100 @@ -1,18 +1,19 @@ --- -summary: PubSubHubbub service +summary: PubSubHubbub hub ... Introduction ------------- +============ This module implements a -[PubSubHubbub](http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html)(PuSH) -hub, allowing PuSH clients to subscribe to local XMPP +[PubSubHubbub](http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html) +(PuSH) hub, allowing PuSH clients to subscribe to local XMPP [Publish-Subscribe](http://xmpp.org/extensions/xep-0060.html) nodes -stored by [mod\_pubsub](http://prosody.im/doc/modules/mod_pubsub). +stored by [mod\_pubsub](http://prosody.im/doc/modules/mod_pubsub) and +receive real time updates to feeds. Configuration -------------- +============= Component "pubsub.example.com" "pubsub" @@ -20,13 +21,16 @@ "pubsub_hub"; } -The hub is then available on {http://pubsub.example.com:5280/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 ------- -------------- + +