mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
Some work on being able to set/send a users Buddylist info. (added handling code to LoginResponse).
And as a test each user signing in will get the test account ("Mr OpenSim") as a friend (online/offline status will not currently show up)
This commit is contained in:
@@ -131,6 +131,10 @@ namespace OpenSim.Region.Communications.Local
|
||||
// response.SeedCapability = "http://" + reg.ExternalHostName + ":" + this.serversInfo.HttpListenerPort.ToString() + "/CapsSeed/" + capsPath + "0000/";
|
||||
theUser.currentAgent.currentRegion = reg.RegionID;
|
||||
theUser.currentAgent.currentHandle = reg.RegionHandle;
|
||||
|
||||
LoginResponse.BuddyList buddyList = new LoginResponse.BuddyList();
|
||||
buddyList.AddNewBuddy(new LoginResponse.BuddyList.BuddyInfo("11111111-1111-0000-0000-000100bba000"));
|
||||
response.BuddList = buddyList;
|
||||
|
||||
Login _login = new Login();
|
||||
//copy data to login object
|
||||
|
||||
Reference in New Issue
Block a user