aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorDiva Canto2013-02-18 15:44:00 -0800
committerDiva Canto2013-02-18 15:44:00 -0800
commit5e709b087ccf380749c6a6da8a8293c23f211efd (patch)
tree741c82f14bb9ede51b7003fb8f6529df1fc36be6 /bin
parentI need these for OfflineIM and Groups. (diff)
downloadopensim-SC_OLD-5e709b087ccf380749c6a6da8a8293c23f211efd.zip
opensim-SC_OLD-5e709b087ccf380749c6a6da8a8293c23f211efd.tar.gz
opensim-SC_OLD-5e709b087ccf380749c6a6da8a8293c23f211efd.tar.bz2
opensim-SC_OLD-5e709b087ccf380749c6a6da8a8293c23f211efd.tar.xz
Donating Diva OfflineIM as an addon in a single dll, OpenSim.Addons.OpenSim.dll
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.ini.example14
-rw-r--r--bin/Robust.HG.ini.example16
-rw-r--r--bin/Robust.ini.example7
3 files changed, 22 insertions, 15 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 653de5c..07e7357 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -531,14 +531,20 @@
531 531
532 532
533[Messaging] 533[Messaging]
534 ;# {OfflineMessageModule} {} {Module to use for offline message storage} {OfflineMessageModule *} 534 ;# {OfflineMessageModule} {} {Module to use for offline message storage} {OfflineMessageModule "Offline Message Module V2" *}
535 ;; Module to handle offline messaging. The core module requires an external 535 ;; Module to handle offline messaging. The core module requires an external
536 ;; web service to do this. See OpenSim wiki. 536 ;; web service to do this. See OpenSim wiki.
537 ; OfflineMessageModule = OfflineMessageModule 537 ; OfflineMessageModule = OfflineMessageModule
538 ;; Or, alternatively, use this one, which works for both standalones and grids
539 ; OfflineMessageModule = "Offline Message Module V2"
538 540
539 ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule} {URL of offline messaging service} {} 541 ;# {OfflineMessageURL} {OfflineMessageModule:OfflineMessageModule Offline Message Module V2:Offline Message Module V2} {URL of offline messaging service} {}
540 ;; URL of web service for offline message storage 542 ;; URL of web service for offline message storage. Leave it commented if your service is local to the sim.
541 ; OfflineMessageURL = http://yourserver/Offline.php 543 ; OfflineMessageURL = http://yourserver/Offline.php or http://yourrobustserver:8003
544
545 ;# {StorageProvider} {Offline Message Module V2:Offline Message Module V2} {DLL that provides the storage interface} {OpenSim.Addons.OfflineIM}
546 ;; For standalones, use the service directly. This is the storage dll.
547 ; StorageProvider = OpenSim.Addons.OfflineIM.dll
542 548
543 ;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} MuteListModule 549 ;# {MuteListModule} {OfflineMessageModule:OfflineMessageModule} {} {} MuteListModule
544 ;; Mute list handler (not yet implemented). MUST BE SET to allow offline 550 ;; Mute list handler (not yet implemented). MUST BE SET to allow offline
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
51FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector" 51FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector"
52MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector" 52MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector"
53MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector" 53MapGetServiceConnector = "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
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index bc5cbcc..9dd0d71 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -43,6 +43,9 @@ GridUserServiceConnector = "8003/OpenSim.Server.Handlers.dll:GridUserServiceConn
43FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector" 43FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector"
44MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector" 44MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector"
45MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector" 45MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector"
46;; Uncomment this if you want offline IM to work
47;OfflineIMServiceConnector = "8003/OpenSim.Addons.OfflineIM.dll:OfflineIMServiceRobustConnector"
48
46 49
47; * This is common for all services, it's the network setup for the entire 50; * This is common for all services, it's the network setup for the entire
48; * server instance, if none is specified above 51; * server instance, if none is specified above
@@ -329,6 +332,10 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
329 ; HasProxy = false 332 ; HasProxy = false
330 333
331 334
335[Messaging]
336 ; OfflineIM
337 StorageProvider = "OpenSim.Addons.OfflineIM.dll"
338 OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService"
332 339
333[GridInfoService] 340[GridInfoService]
334 ; These settings are used to return information on a get_grid_info call. 341 ; These settings are used to return information on a get_grid_info call.