Mercurial > prosody-modules
diff mod_adhoc_groups/README.markdown @ 2848:232da6b1d2c1
mod_adhoc_groups: Allow users to create and join roster groups
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 21 Nov 2017 16:58:50 +0100 |
parents | 907a15c9d621 |
children |
line wrap: on
line diff
--- a/mod_adhoc_groups/README.markdown Tue Nov 21 15:01:18 2017 +0100 +++ b/mod_adhoc_groups/README.markdown Tue Nov 21 16:58:50 2017 +0100 @@ -1,21 +1,17 @@ --- -labels: -... +summary: Lets users create and join roster groups +--- Introduction ============ -This module is similar in purpouse to mod\_groups, for when you want all -users on the server to be in each others roster. - -Details -======= +This module lets you join groups using an ad-hoc command. When a user +joins a group, everyone in the group is added to their roster, and they +are added to the rosters of existing members. -Upon login, this module will add all currently logged in users to the -logging in users roster. +TODO +==== -Configuration -============= - -Just add it to the modules\_enabled, after that there is no further -configuration. +- Leaving groups +- Add a roster group/tag when adding roster items (tricky with current + rostermanager API)