Software /
code /
prosody-modules
Changeset
4540:3aab4e3ab06f
mod_minimix/README: Change markdown header syntax
Usually using atx style by default now.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 11 Apr 2021 21:57:11 +0200 |
parents | 4539:4e7aa32f58d9 |
children | 4541:140cda94c342 |
files | mod_minimix/README.markdown |
diffstat | 1 files changed, 4 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- 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).