diff -r 12ac88940fe3 -r 29f3d6b7ad16 mod_swedishchef/README.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_swedishchef/README.wiki Mon Aug 24 16:43:56 2015 +0200 @@ -0,0 +1,28 @@ +#summary Silly little module to convert your conversations to "swedish" +#labels Stage-Beta + += Introduction = + +This module does some conversions on message bodys passed through it causing +them to look like our beloved swedish chef had typed them. + + += Details = + +To load this on a MUC component do + +{{{ +Component "funconference.example.com" "muc" + modules_enabled = { "swedishchef" } + swedishchef_trigger = "!chef"; -- optional, converts only when the message starts with "!chef" +}}} + +In theory this also works for whole servers, but that is untested and not recommended ;) + += Compatibility = +||0.6||Works|| +||0.5||Works|| + += Todo = + + * Possibly add xhtml-im (XEP-0071) support \ No newline at end of file