Mercurial > prosody-modules
comparison mod_minimix/README.markdown @ 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 | 92b4a1d72d73 |
children | 140cda94c342 |
comparison
equal
deleted
inserted
replaced
4539:4e7aa32f58d9 | 4540:3aab4e3ab06f |
---|---|
1 Account based MUC joining | 1 # Account based MUC joining |
2 ========================= | |
3 | 2 |
4 Normally when joining a MUC groupchat, it is each individual client that | 3 Normally when joining a MUC groupchat, it is each individual client that |
5 joins. This means their presence in the group is tied to the session, | 4 joins. This means their presence in the group is tied to the session, |
6 which can be short-lived or unstable, especially in the case of mobile | 5 which can be short-lived or unstable, especially in the case of mobile |
7 clients. | 6 clients. |
27 joining MUCs directly, but behind the scenes, it arranges it such that | 26 joining MUCs directly, but behind the scenes, it arranges it such that |
28 only the account itself joins each groupchat. Which sessions have joined | 27 only the account itself joins each groupchat. Which sessions have joined |
29 which groups are kept track of. Groupchat messages are then forked to | 28 which groups are kept track of. Groupchat messages are then forked to |
30 those sessions, similar to how normal chat messages work. | 29 those sessions, similar to how normal chat messages work. |
31 | 30 |
32 Known issues | 31 ## Known issues |
33 ------------ | |
34 | 32 |
35 - You can never leave. | 33 - You can never leave. |
36 - You will never see anyone leave. | 34 - You will never see anyone leave. |
37 - Being kicked is not handled. | 35 - Being kicked is not handled. |
38 | 36 |
39 Unknown issues | 37 ## Unknown issues |
40 -------------- | |
41 | 38 |
42 - Probably many. | 39 - Probably many. |
43 | 40 |
44 Compatibility | 41 # Compatibility |
45 ============= | |
46 | 42 |
47 Briefly tested with Prosody trunk (as of this writing). | 43 Briefly tested with Prosody trunk (as of this writing). |