1803
|
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 ------- -------------- |