Mercurial > prosody-modules
comparison mod_swedishchef/README.wiki @ 1782:29f3d6b7ad16
Import wiki pages
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 24 Aug 2015 16:43:56 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1781:12ac88940fe3 | 1782:29f3d6b7ad16 |
---|---|
1 #summary Silly little module to convert your conversations to "swedish" | |
2 #labels Stage-Beta | |
3 | |
4 = Introduction = | |
5 | |
6 This module does some conversions on message bodys passed through it causing | |
7 them to look like our beloved swedish chef had typed them. | |
8 | |
9 | |
10 = Details = | |
11 | |
12 To load this on a MUC component do | |
13 | |
14 {{{ | |
15 Component "funconference.example.com" "muc" | |
16 modules_enabled = { "swedishchef" } | |
17 swedishchef_trigger = "!chef"; -- optional, converts only when the message starts with "!chef" | |
18 }}} | |
19 | |
20 In theory this also works for whole servers, but that is untested and not recommended ;) | |
21 | |
22 = Compatibility = | |
23 ||0.6||Works|| | |
24 ||0.5||Works|| | |
25 | |
26 = Todo = | |
27 | |
28 * Possibly add xhtml-im (XEP-0071) support |