mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
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.
This commit is contained in:
@@ -356,8 +356,23 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
|
||||
UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
|
||||
|
||||
[HGInstantMessageService]
|
||||
LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
|
||||
GridService = "OpenSim.Services.GridService.dll:GridService"
|
||||
PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
|
||||
UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
|
||||
LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService"
|
||||
GridService = "OpenSim.Services.GridService.dll:GridService"
|
||||
PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService"
|
||||
UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService"
|
||||
; This should always be true in the Robust config
|
||||
InGatekeeper = True
|
||||
|
||||
[Messaging]
|
||||
; If you have an Offline IM server, set the vars in this section, so that
|
||||
; incomming IMs to local users from foreign grids can be saved
|
||||
;
|
||||
;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule} {URL of offline messaging service} {}
|
||||
;; URL of web service for offline message storage
|
||||
; OfflineMessageURL = http://yourserver/Offline.php
|
||||
|
||||
;; Control whether group messages are forwarded to offline users.
|
||||
;; Default is true.
|
||||
;; This applies to the core groups module (Flotsam) only.
|
||||
; ForwardOfflineGroupMessages = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user