diff options
Diffstat (limited to 'src/mod_mix.erl')
-rw-r--r-- | src/mod_mix.erl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mod_mix.erl b/src/mod_mix.erl index bc69c1aa1..29fa6e4ac 100644 --- a/src/mod_mix.erl +++ b/src/mod_mix.erl @@ -107,6 +107,10 @@ mod_doc() -> "yet ready to use in production. It's asserted that " "the MIX protocol is going to replace the MUC protocol " "in the future (see 'mod_muc')."), "", + ?T("To learn more about how to use that feature, you can refer to " + "our tutorial: https://docs.ejabberd.im/tutorials/mix-010/" + "[Getting started with XEP-0369: Mediated Information " + "eXchange (MIX) v0.1]."), "", ?T("The module depends on 'mod_mam'.")], opts => [{access_create, |