Comparison

mod_swedishchef/README.md @ 6099:3a023f1d6c08

mod_swedishchef: update Comp of the most important module and mention whole server support as tested :-)
author Menel <menel@snikket.de>
date Fri, 20 Dec 2024 13:01:19 +0100 (3 months ago)
parent 6003:fe081789f7b5
comparison
equal deleted inserted replaced
6098:ad3c709a1b16 6099:3a023f1d6c08
1 --- 1 ---
2 labels: 2 labels:
3 - 'Stage-Beta' 3 - Stage-Beta
4 summary: 'Silly little module to convert your conversations to "swedish"' 4 summary: Silly little module to convert your conversations to "swedish"
5 ... 5 ...
6 6
7 Introduction 7 Introduction
8 ============ 8 ============
9 9
10 This module does some conversions on message bodys passed through it 10 This module does some conversions on message bodys passed through it causing them to look like our beloved swedish chef had typed them.
11 causing them to look like our beloved swedish chef had typed them.
12 11
13 Details 12 Details
14 ======= 13 =======
15 14
16 To load this on a MUC component do 15 To load this on a MUC component do
17 16
18 Component "funconference.example.com" "muc" 17 Component "funconference.example.com" "muc"
19 modules_enabled = { "swedishchef" } 18 modules_enabled = { "swedishchef" }
20 swedishchef_trigger = "!chef"; -- optional, converts only when the message starts with "!chef" 19 swedishchef_trigger = "!chef"; -- optional, converts only when the message starts with "!chef"
21 20
22 In theory this also works for whole servers, but that is untested and 21 This also works for whole servers, it is not recommended ;)
23 not recommended ;)
24 22
25 Compatibility 23 Compatibility
26 ============= 24 =============
27 25
28 ----- ------- 26 Prosody-Version Status
29 0.6 Works 27 --------------- --------------------
30 0.5 Works 28 trunk Works as of 24-12-20
31 ----- ------- 29 0.12 Works
32 30
33 Todo 31 Todo
34 ==== 32 ====
35 33
36 - Possibly add xhtml-im (XEP-0071) support 34 - Possibly add xhtml-im (XEP-0071) support