Software / code / prosody-modules
Comparison
mod_roster_allinall/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Fri, 28 Aug 2015 18:03:58 +0200 |
| parent | 1782:mod_roster_allinall/README.wiki@29f3d6b7ad16 |
comparison
equal
deleted
inserted
replaced
| 1802:0ab737feada6 | 1803:4d73a1a6ba68 |
|---|---|
| 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. |