comparison mod_group_bookmarks.wiki @ 305:f0db29e111fc

Link to mod_groups in Prosody docs
author MWild1@gmail.com
date Wed, 05 Sep 2012 17:34:47 +0000
parents 85482789e90e
children
comparison
equal deleted inserted replaced
304:f9b80a58366f 305:f0db29e111fc
1 #summary mod_groups for chatrooms 1 #summary mod_groups for chatrooms
2 #labels Stage-Beta 2 #labels Stage-Beta
3 3
4 = Introduction = 4 = Introduction =
5 5
6 mod_groups allows you to insert contacts into users' contact lists. Well mod_group_bookmarks allows you to insert chatrooms into the user's bookmarks. These are fetched by their client and automatically joined when the log in. 6 [http://prosody.im/doc/modules/mod_groups mod_groups] allows you to insert contacts into users' contact lists. Well mod_group_bookmarks allows you to insert chatrooms into the user's bookmarks. These are fetched by their client and automatically joined when the log in.
7 7
8 In short, if you want to automatically join users to rooms when they sign in, this is the module you want. 8 In short, if you want to automatically join users to rooms when they sign in, this is the module you want.
9 9
10 = Details = 10 = Details =
11 11
12 Most clients support storing a private list of room "bookmarks" on the server. When they log in, they fetch this list and join any that are marked as "autojoin". Without affecting normal usage of the bookmarks store this module dynamically inserts custom rooms into users' bookmarks lists. 12 Most clients support storing a private list of room "bookmarks" on the server. When they log in, they fetch this list and join any that are marked as "autojoin". Without affecting normal usage of the bookmarks store this module dynamically inserts custom rooms into users' bookmarks lists.
13 13
14 = Usage = 14 = Usage =
15 15
16 Similar to mod_groups, you need to make a text file in this format: 16 Similar to [http://prosody.im/doc/modules/mod_groups mod_groups], you need to make a text file in this format:
17 17
18 {{{ 18 {{{
19 [room@conferenceserver] 19 [room@conferenceserver]
20 user1@example.com=User 1 20 user1@example.com=User 1
21 user2@example.com=User 2 21 user2@example.com=User 2