Hypergrid Friends and IM

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 15: Line 15:
 
  [LoginService]
 
  [LoginService]
 
     ...  
 
     ...  
 
 
     SRV_FriendsServerURI = "http://127.0.0.1:8002"
 
     SRV_FriendsServerURI = "http://127.0.0.1:8002"
 
     SRV_IMServerURI = "http://127.0.0.1:8002"
 
     SRV_IMServerURI = "http://127.0.0.1:8002"

Revision as of 20:07, 26 May 2011

Contents

Configuration Changes

StandaloneCommon.ini

[LoginService]
   ... 
   SRV_FriendsServerURI = "http://127.0.0.1:9000"
   SRV_IMServerURI = "http://127.0.0.1:9000"

Robust.HG.ini

[Startup]
 ServiceConnectors="...,8002/OpenSim.Server.Handlers.dll:HGFriendsServerConnector,8002/OpenSim.Server.Handlers.dll:InstantMessageServerConnector"
[LoginService]
   ... 
   SRV_FriendsServerURI = "http://127.0.0.1:8002"
   SRV_IMServerURI = "http://127.0.0.1:8002"
[UserAgentService]
   ...
   PresenceService	= "OpenSim.Services.PresenceService.dll:PresenceService"
   FriendsService	= "OpenSim.Services.FriendsService.dll:FriendsService"
   UserAccountService = "OpenSim.Services.UserAccountService.dll:UserAccountService"

Add these new sections at the end:

[HGFriendsService]
   LocalServiceModule = "OpenSim.Services.FriendsService.dll:FriendsService"
   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"

GridCommon.ini

Add this section at the end:

[UserAgentService]
   ;
   ; === HG ONLY ===
   ; Change this to your user agent server (HG robust)
   ;
   UserAgentServerURI = "http://mygridserver.com:8002"
Personal tools
General
About This Wiki