Hypergrid Friends and IM

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(New page: =Configuration Changes= ==StandaloneCommon.ini== [LoginService] ... SRV_FriendsServerURI = "http://127.0.0.1:9000" SRV_IMServerURI = "http://127.0.0.1:9000" ==Robust.HG.i...)
 
Line 5: Line 5:
 
  [LoginService]
 
  [LoginService]
 
     ...  
 
     ...  
 
 
     SRV_FriendsServerURI = "http://127.0.0.1:9000"
 
     SRV_FriendsServerURI = "http://127.0.0.1:9000"
 
     SRV_IMServerURI = "http://127.0.0.1:9000"
 
     SRV_IMServerURI = "http://127.0.0.1:9000"

Revision as of 20:04, 26 May 2011

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"
[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"

Personal tools
General
About This Wiki