Software /
code /
prosody-modules
Comparison
mod_pubsub_hub/README.md @ 6003:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
author | Menel <menel@snikket.de> |
---|---|
date | Tue, 22 Oct 2024 10:26:01 +0200 |
parent | 2330:mod_pubsub_hub/README.markdown@f933e3909795 |
comparison
equal
deleted
inserted
replaced
6002:5a65a632d5b9 | 6003:fe081789f7b5 |
---|---|
1 --- | |
2 summary: PubSubHubbub hub | |
3 ... | |
4 | |
5 Introduction | |
6 ============ | |
7 | |
8 This module implements a | |
9 [PubSubHubbub](http://pubsubhubbub.github.io/PubSubHubbub/pubsubhubbub-core-0.3.html) | |
10 (PuSH) 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) and | |
13 receive real time updates to feeds. | |
14 | |
15 Configuration | |
16 ============= | |
17 | |
18 Component "pubsub.example.com" "pubsub" | |
19 | |
20 modules_enabled = { | |
21 "pubsub_hub"; | |
22 } | |
23 | |
24 The hub is then available on `http://pubsub.example.com:5280/hub`. | |
25 | |
26 Compatibility | |
27 ============= | |
28 | |
29 ------- -------------- | |
30 trunk Works | |
31 0.10 Should work | |
32 0.9 Works | |
33 0.8 Doesn't work | |
34 ------- -------------- | |
35 | |
36 |