Software /
code /
prosody-modules
Comparison
mod_pubsub_hub/README.wiki @ 1782:29f3d6b7ad16
Import wiki pages
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 24 Aug 2015 16:43:56 +0200 |
comparison
equal
deleted
inserted
replaced
1781:12ac88940fe3 | 1782:29f3d6b7ad16 |
---|---|
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|| |