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:
MW
2007-11-13 10:47:39 +00:00
parent 10b41ba455
commit 7f8a69f181
2 changed files with 67 additions and 1 deletions

View File

@@ -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