Software / code / prosody-modules
Comparison
mod_pubsub_hub/README.markdown @ 2330:f933e3909795
mod_pubsub_hub/README: Update specification link
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 13 Oct 2016 12:26:45 +0200 |
| parent | 1986:9e268b4fba08 |
comparison
equal
deleted
inserted
replaced
| 2329:b3fbf9050526 | 2330:f933e3909795 |
|---|---|
| 4 | 4 |
| 5 Introduction | 5 Introduction |
| 6 ============ | 6 ============ |
| 7 | 7 |
| 8 This module implements a | 8 This module implements a |
| 9 [PubSubHubbub](http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html) | 9 [PubSubHubbub](http://pubsubhubbub.github.io/PubSubHubbub/pubsubhubbub-core-0.3.html) |
| 10 (PuSH) hub, allowing PuSH clients to subscribe to local XMPP | 10 (PuSH) hub, allowing PuSH clients to subscribe to local XMPP |
| 11 [Publish-Subscribe](http://xmpp.org/extensions/xep-0060.html) nodes | 11 [Publish-Subscribe](http://xmpp.org/extensions/xep-0060.html) nodes |
| 12 stored by [mod\_pubsub](http://prosody.im/doc/modules/mod_pubsub) and | 12 stored by [mod\_pubsub](http://prosody.im/doc/modules/mod_pubsub) and |
| 13 receive real time updates to feeds. | 13 receive real time updates to feeds. |
| 14 | 14 |