diff options
author | Diva Canto | 2011-06-06 17:46:34 -0700 |
---|---|---|
committer | Diva Canto | 2011-06-06 17:46:34 -0700 |
commit | e77ca65e575e4f8f7645aec879b73b87ba505f49 (patch) | |
tree | 305c962a3c08b6d3c121f03d05064a64a031a85f /bin/Robust.HG.ini.example | |
parent | Narrow down the exception catching to exactly the exception of interest. This... (diff) | |
download | opensim-SC_OLD-e77ca65e575e4f8f7645aec879b73b87ba505f49.zip opensim-SC_OLD-e77ca65e575e4f8f7645aec879b73b87ba505f49.tar.gz opensim-SC_OLD-e77ca65e575e4f8f7645aec879b73b87ba505f49.tar.bz2 opensim-SC_OLD-e77ca65e575e4f8f7645aec879b73b87ba505f49.tar.xz |
This should make offline IMs work again. It should work for incoming foreign IMs where the local recipient is offline. I can't test any of this, because I don't run an offline IM server.
Diffstat (limited to '')
-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 | ||