Mercurial > prosody-modules
comparison 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 |
comparison
equal
deleted
inserted
replaced
2847:907a15c9d621 | 2848:232da6b1d2c1 |
---|---|
1 --- | 1 --- |
2 labels: | 2 summary: Lets users create and join roster groups |
3 ... | 3 --- |
4 | 4 |
5 Introduction | 5 Introduction |
6 ============ | 6 ============ |
7 | 7 |
8 This module is similar in purpouse to mod\_groups, for when you want all | 8 This module lets you join groups using an ad-hoc command. When a user |
9 users on the server to be in each others roster. | 9 joins a group, everyone in the group is added to their roster, and they |
10 are added to the rosters of existing members. | |
10 | 11 |
11 Details | 12 TODO |
12 ======= | 13 ==== |
13 | 14 |
14 Upon login, this module will add all currently logged in users to the | 15 - Leaving groups |
15 logging in users roster. | 16 - Add a roster group/tag when adding roster items (tricky with current |
16 | 17 rostermanager API) |
17 Configuration | |
18 ============= | |
19 | |
20 Just add it to the modules\_enabled, after that there is no further | |
21 configuration. |