diff options
author | Diva Canto | 2011-05-25 12:32:21 -0700 |
---|---|---|
committer | Diva Canto | 2011-05-25 12:32:21 -0700 |
commit | 5c2168cae758ae19367f4c2f5a02713e74fc0912 (patch) | |
tree | 7d189c03a177ca716c91cf903cc7fd2e91fed1dc /bin/config-include | |
parent | Added necessary code to drop inventory on hg friends using the profile window... (diff) | |
download | opensim-SC_OLD-5c2168cae758ae19367f4c2f5a02713e74fc0912.zip opensim-SC_OLD-5c2168cae758ae19367f4c2f5a02713e74fc0912.tar.gz opensim-SC_OLD-5c2168cae758ae19367f4c2f5a02713e74fc0912.tar.bz2 opensim-SC_OLD-5c2168cae758ae19367f4c2f5a02713e74fc0912.tar.xz |
HG: Instant Message working. Tested on HG standalones only. Needs a lot more testing.
Diffstat (limited to 'bin/config-include')
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index 6cd24b0..cd2d7a7 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -32,6 +32,9 @@ | |||
32 | AuthenticationServiceInConnector = true | 32 | AuthenticationServiceInConnector = true |
33 | SimulationServiceInConnector = true | 33 | SimulationServiceInConnector = true |
34 | 34 | ||
35 | [Messaging] | ||
36 | MessageTransferModule = HGMessageTransferModule | ||
37 | |||
35 | [SimulationDataStore] | 38 | [SimulationDataStore] |
36 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" | 39 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" |
37 | 40 | ||
@@ -148,6 +151,13 @@ | |||
148 | LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService" | 151 | LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService" |
149 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | 152 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" |
150 | 153 | ||
154 | [HGInstantMessageService] | ||
155 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" | ||
156 | GridService = "OpenSim.Services.GridService.dll:GridService" | ||
157 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
158 | UserAgentService = "OpenSim.Services.HypergridService.dll:UserAgentService" | ||
159 | |||
160 | |||
151 | ;; This should always be the very last thing on this file | 161 | ;; This should always be the very last thing on this file |
152 | [Includes] | 162 | [Includes] |
153 | Include-Common = "config-include/StandaloneCommon.ini" | 163 | Include-Common = "config-include/StandaloneCommon.ini" |