Mercurial > prosody-modules
comparison mod_swedishchef/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Aug 2015 18:03:58 +0200 |
parents | mod_swedishchef/README.wiki@29f3d6b7ad16 |
children |
comparison
equal
deleted
inserted
replaced
1802:0ab737feada6 | 1803:4d73a1a6ba68 |
---|---|
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 | |
11 causing them to look like our beloved swedish chef had typed them. | |
12 | |
13 Details | |
14 ======= | |
15 | |
16 To load this on a MUC component do | |
17 | |
18 Component "funconference.example.com" "muc" | |
19 modules_enabled = { "swedishchef" } | |
20 swedishchef_trigger = "!chef"; -- optional, converts only when the message starts with "!chef" | |
21 | |
22 In theory this also works for whole servers, but that is untested and | |
23 not recommended ;) | |
24 | |
25 Compatibility | |
26 ============= | |
27 | |
28 ----- ------- | |
29 0.6 Works | |
30 0.5 Works | |
31 ----- ------- | |
32 | |
33 Todo | |
34 ==== | |
35 | |
36 - Possibly add xhtml-im (XEP-0071) support |