Software /
code /
prosody-modules
Comparison
mod_pubsub_hub/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Aug 2015 18:03:58 +0200 |
child | 1986:9e268b4fba08 |
comparison
equal
deleted
inserted
replaced
1802:0ab737feada6 | 1803:4d73a1a6ba68 |
---|---|
1 --- | |
2 summary: PubSubHubbub service | |
3 ... | |
4 | |
5 Introduction | |
6 ------------ | |
7 | |
8 This module implements a | |
9 [PubSubHubbub](http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html)(PuSH) | |
10 hub, allowing PuSH clients to subscribe to local XMPP | |
11 [Publish-Subscribe](http://xmpp.org/extensions/xep-0060.html) nodes | |
12 stored by [mod\_pubsub](http://prosody.im/doc/modules/mod_pubsub). | |
13 | |
14 Configuration | |
15 ------------- | |
16 | |
17 Component "pubsub.example.com" "pubsub" | |
18 | |
19 modules_enabled = { | |
20 "pubsub_hub"; | |
21 } | |
22 | |
23 The hub is then available on {http://pubsub.example.com:5280/hub}. | |
24 | |
25 Compatibility | |
26 ------------- | |
27 | |
28 ------- -------------- | |
29 trunk Works | |
30 0.9 Works | |
31 0.8 Doesn't work | |
32 ------- -------------- |