Software /
code /
prosody-modules
Comparison
mod_swedishchef/README.md @ 6211:750d64c47ec6 draft default tip
Merge
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Tue, 18 Mar 2025 00:31:36 +0700 |
parent | 6099:3a023f1d6c08 |
comparison
equal
deleted
inserted
replaced
6210:24316a399978 | 6211:750d64c47ec6 |
---|---|
1 --- | |
2 labels: | |
3 - Stage-Beta | |
4 summary: Silly little module to convert your conversations to "swedish" | |
5 ... | |
6 | |
7 Introduction | |
8 ============ | |
9 | |
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 | |
12 Details | |
13 ======= | |
14 | |
15 To load this on a MUC component do | |
16 | |
17 Component "funconference.example.com" "muc" | |
18 modules_enabled = { "swedishchef" } | |
19 swedishchef_trigger = "!chef"; -- optional, converts only when the message starts with "!chef" | |
20 | |
21 This also works for whole servers, it is not recommended ;) | |
22 | |
23 Compatibility | |
24 ============= | |
25 | |
26 Prosody-Version Status | |
27 --------------- -------------------- | |
28 trunk Works as of 24-12-20 | |
29 0.12 Works | |
30 | |
31 Todo | |
32 ==== | |
33 | |
34 - Possibly add xhtml-im (XEP-0071) support |