Mercurial > prosody-wiki
annotate mod_pubsub_hub.wiki @ 469:da42de0ae310
Created wiki page through web user interface. Sorry Link Mauve.
author | MWild1@gmail.com |
---|---|
date | Sat, 26 Jul 2014 21:51:40 +0000 |
parents | 0f832ed3fbd1 |
children |
rev | line source |
---|---|
380
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
1 #summary PubSubHubbub service |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
2 |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
3 = Introduction = |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
4 |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
5 This module implements a |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
6 [http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html PubSubHubbub] |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
7 (PuSH) hub, allowing PuSH clients to subscribe to local XMPP |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
8 [http://xmpp.org/extensions/xep-0060.html Publish-Subscribe] nodes stored by |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
9 [http://prosody.im/doc/modules/mod_pubsub mod_pubsub]. |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
10 |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
11 = Configuration = |
295 | 12 |
380
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
13 {{{ |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
14 Component "pubsub.example.com" "pubsub" |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
15 |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
16 modules_enabled = { |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
17 "pubsub_hub"; |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
18 } |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
19 |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
20 }}} |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
21 |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
22 The hub is then available on {http://pubsub.example.com:5280/hub}. |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
23 |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
24 = Compatibility = |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
25 |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
26 ||trunk||Works|| |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
27 ||0.9||Works|| |
0f832ed3fbd1
mod_pubsub_hub.wiki: Improve introduction and add config example
Kim Alvefur <zash@zash.se>
parents:
295
diff
changeset
|
28 ||0.8||Doesn't work|| |