annotate mod_pubsub_hub.wiki @ 438:687c9f95c8ad

Edited wiki page mod_email_pass through web user interface.
author luisgf@gmail.com
date Thu, 13 Mar 2014 15:41:53 +0000
parents 0f832ed3fbd1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
57e98a9eadb1 add page
Kim Alvefur <zash@zash.se>
parents:
diff changeset
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||