1782
|
1 #summary PubSubHubbub service |
|
2 |
|
3 = Introduction = |
|
4 |
|
5 This module implements a |
|
6 [http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html PubSubHubbub] |
|
7 (PuSH) hub, allowing PuSH clients to subscribe to local XMPP |
|
8 [http://xmpp.org/extensions/xep-0060.html Publish-Subscribe] nodes stored by |
|
9 [http://prosody.im/doc/modules/mod_pubsub mod_pubsub]. |
|
10 |
|
11 = Configuration = |
|
12 |
|
13 {{{ |
|
14 Component "pubsub.example.com" "pubsub" |
|
15 |
|
16 modules_enabled = { |
|
17 "pubsub_hub"; |
|
18 } |
|
19 |
|
20 }}} |
|
21 |
|
22 The hub is then available on {http://pubsub.example.com:5280/hub}. |
|
23 |
|
24 = Compatibility = |
|
25 |
|
26 ||trunk||Works|| |
|
27 ||0.9||Works|| |
|
28 ||0.8||Doesn't work|| |