# HG changeset patch # User Kim Alvefur # Date 1618171031 -7200 # Node ID 3aab4e3ab06ff82dfcdc8e5837199b3bd417e4ef # Parent 4e7aa32f58d969809330bc4dea43ab3e74291a1c mod_minimix/README: Change markdown header syntax Usually using atx style by default now. diff -r 4e7aa32f58d9 -r 3aab4e3ab06f mod_minimix/README.markdown --- a/mod_minimix/README.markdown Mon Apr 12 14:50:28 2021 +0200 +++ b/mod_minimix/README.markdown Sun Apr 11 21:57:11 2021 +0200 @@ -1,5 +1,4 @@ -Account based MUC joining -========================= +# Account based MUC joining Normally when joining a MUC groupchat, it is each individual client that joins. This means their presence in the group is tied to the session, @@ -29,19 +28,16 @@ which groups are kept track of. Groupchat messages are then forked to those sessions, similar to how normal chat messages work. -Known issues ------------- +## Known issues - You can never leave. - You will never see anyone leave. - Being kicked is not handled. -Unknown issues --------------- +## Unknown issues - Probably many. -Compatibility -============= +# Compatibility Briefly tested with Prosody trunk (as of this writing).