diff options
author | Diva Canto | 2013-02-18 15:44:00 -0800 |
---|---|---|
committer | Diva Canto | 2013-02-18 15:44:00 -0800 |
commit | 5e709b087ccf380749c6a6da8a8293c23f211efd (patch) | |
tree | 741c82f14bb9ede51b7003fb8f6529df1fc36be6 /bin/Robust.ini.example | |
parent | I need these for OfflineIM and Groups. (diff) | |
download | opensim-SC-5e709b087ccf380749c6a6da8a8293c23f211efd.zip opensim-SC-5e709b087ccf380749c6a6da8a8293c23f211efd.tar.gz opensim-SC-5e709b087ccf380749c6a6da8a8293c23f211efd.tar.bz2 opensim-SC-5e709b087ccf380749c6a6da8a8293c23f211efd.tar.xz |
Donating Diva OfflineIM as an addon in a single dll, OpenSim.Addons.OpenSim.dll
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r-- | bin/Robust.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
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 | |||
43 | FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector" | 43 | FriendsServiceConnector = "8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector" |
44 | MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector" | 44 | MapAddServiceConnector = "8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector" |
45 | MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector" | 45 | MapGetServiceConnector = "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. |