diff options
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index c7d4b7f..fd86bca 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -51,6 +51,8 @@ GridUserServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridUserServiceConn | |||
51 | FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector" | 51 | FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector" |
52 | MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector" | 52 | MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector" |
53 | MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector" | 53 | MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector" |
54 | ;; Uncomment this if you want offline IM to work | ||
55 | ;OfflineIMServiceConnector = "8003/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector" | ||
54 | 56 | ||
55 | ;; Additions for Hypergrid | 57 | ;; Additions for Hypergrid |
56 | 58 | ||
@@ -545,15 +547,7 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
545 | InGatekeeper = True | 547 | InGatekeeper = True |
546 | 548 | ||
547 | [Messaging] | 549 | [Messaging] |
548 | ; If you have an Offline IM server, set the vars in this section, so that | 550 | ; OfflineIM |
549 | ; incomming IMs to local users from foreign grids can be saved | 551 | StorageProvider = "OpenSim.Addons.OfflineIM.dll" |
550 | ; | 552 | OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" |
551 | ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule} {URL of offline messaging service} {} | ||
552 | ;; URL of web service for offline message storage | ||
553 | ; OfflineMessageURL = http://yourserver/Offline.php | ||
554 | |||
555 | ;; Control whether group messages are forwarded to offline users. | ||
556 | ;; Default is true. | ||
557 | ;; This applies to the core groups module (Flotsam) only. | ||
558 | ; ForwardOfflineGroupMessages = true | ||
559 | 553 | ||