comparison mod_slack_webhooks/README.md @ 5981:bd9805f3aba1

mod_slack_webhooks: Update compability and note about mod_rest
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 11:16:22 +0200
parents fe081789f7b5
children 23b48120661d
comparison
equal deleted inserted replaced
5980:01189386a768 5981:bd9805f3aba1
12 to Prosody MUCs, and "outgoing" web hooks, which copy messages from Prosody 12 to Prosody MUCs, and "outgoing" web hooks, which copy messages from Prosody
13 MUCs to Slack-style integrations by HTTP, are supported. This can also be 13 MUCs to Slack-style integrations by HTTP, are supported. This can also be
14 used, in conjunction with various Slack inter-namespace bridging tools, to 14 used, in conjunction with various Slack inter-namespace bridging tools, to
15 provide a bidirectional bridge between a Prosody-hosted XMPP MUC and a Slack 15 provide a bidirectional bridge between a Prosody-hosted XMPP MUC and a Slack
16 channel. 16 channel.
17
18 If you're looking for a more versatile module, consider mod_rest
17 19
18 Usage 20 Usage
19 ===== 21 =====
20 22
21 First copy the module to the prosody plugins directory. 23 First copy the module to the prosody plugins directory.
77 room configuration rather than statically in Prosody's configuration file. 79 room configuration rather than statically in Prosody's configuration file.
78 80
79 Compatibility 81 Compatibility
80 ============= 82 =============
81 83
82 ------- ----------------- 84 ------- -----------
83 trunk Works 85 trunk* Works
84 0.10 Works 86 0.12 Works
85 0.9 Works 87 ------- -----------
86 ------- -----------------
87 88
89 *as of 2024-10-22