diff options
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 7b2f8ac..812d265 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -356,8 +356,23 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
356 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | 356 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" |
357 | 357 | ||
358 | [HGInstantMessageService] | 358 | [HGInstantMessageService] |
359 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" | 359 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" |
360 | GridService = "OpenSim.Services.GridService.dll:GridService" | 360 | GridService = "OpenSim.Services.GridService.dll:GridService" |
361 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | 361 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" |
362 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | 362 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" |
363 | ; This should always be true in the Robust config | ||
364 | InGatekeeper = True | ||
365 | |||
366 | [Messaging] | ||
367 | ; If you have an Offline IM server, set the vars in this section, so that | ||
368 | ; incomming IMs to local users from foreign grids can be saved | ||
369 | ; | ||
370 | ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule} {URL of offline messaging service} {} | ||
371 | ;; URL of web service for offline message storage | ||
372 | ; OfflineMessageURL = http://yourserver/Offline.php | ||
373 | |||
374 | ;; Control whether group messages are forwarded to offline users. | ||
375 | ;; Default is true. | ||
376 | ;; This applies to the core groups module (Flotsam) only. | ||
377 | ; ForwardOfflineGroupMessages = true | ||
363 | 378 | ||