Mercurial > prosody-modules
comparison mod_adhoc_groups/README.markdown @ 2847:907a15c9d621
mod_adhoc_groups: Copy from mod_roster_allinall
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 21 Nov 2017 15:01:18 +0100 |
| parents | mod_roster_allinall/README.markdown@4d73a1a6ba68 |
| children | 232da6b1d2c1 |
comparison
equal
deleted
inserted
replaced
| 2846:7eb23a4e7fde | 2847:907a15c9d621 |
|---|---|
| 1 --- | |
| 2 labels: | |
| 3 ... | |
| 4 | |
| 5 Introduction | |
| 6 ============ | |
| 7 | |
| 8 This module is similar in purpouse to mod\_groups, for when you want all | |
| 9 users on the server to be in each others roster. | |
| 10 | |
| 11 Details | |
| 12 ======= | |
| 13 | |
| 14 Upon login, this module will add all currently logged in users to the | |
| 15 logging in users roster. | |
| 16 | |
| 17 Configuration | |
| 18 ============= | |
| 19 | |
| 20 Just add it to the modules\_enabled, after that there is no further | |
| 21 configuration. |
