Clarifications on documentation of Group configs

TeleportWork
Diva Canto 2013-07-27 08:04:48 -07:00
parent 3dac92f345
commit 1572e91b5f
2 changed files with 9 additions and 4 deletions

View File

@ -579,9 +579,9 @@
;; must be set to allow offline messaging to work.
; MuteListURL = http://yourserver/Mute.php
;; Control whether group messages are forwarded to offline users.
;; Control whether group invites and notices are stored for offline users.
;; Default is true.
;; This applies to the core groups module (Flotsam) only.
;; This applies to both core groups module.
; ForwardOfflineGroupMessages = true
@ -957,7 +957,7 @@
;# {LevelGroupCreate} {Enabled:true} {User level for creating groups} {} 0
;; Minimum user level required to create groups
;LevelGroupCreate = 0
; LevelGroupCreate = 0
;# {Module} {Enabled:true} {Groups module to use? (Use GroupsModule to use Flotsam/Simian)} {Default "Groups Module V2"} Default
;; The default module can use a PHP XmlRpc server from the Flotsam project at
@ -1010,6 +1010,12 @@
;; Enable Group Notices
; NoticesEnabled = true
;# {MessageOnlineUsersOnly} {Module:GroupsModule Module:Groups Module V2} {Message online users only?} {true false} false
; Experimental option to only message online users rather than all users
; Should make large groups with few online members messaging faster, as the expense of more calls to presence service
; Applies to both Group modules in core
; MessageOnlineUsersOnly = false
;; This makes the Groups modules very chatty on the console.
; DebugEnabled = false

View File

@ -1612,7 +1612,6 @@
; Experimental option to only message cached online users rather than all users
; Should make large group with few online members messaging faster, as the expense of more calls to ROBUST presence service
; This currently only applies to the Flotsam XmlRpc backend
MessageOnlineUsersOnly = false
; Service connectors to the Groups Service. Select one depending on whether you're using a Flotsam XmlRpc backend or a SimianGrid backend