* This enables grid-wide instant messaging in a peer to peer with tracker style way over XMLRPC.

* Friend status updates are still only local, so you still won't know before instant messaging someone if they're online.
* The server each user is on and the user server must be updated or the instant message won't get to the destination.
This commit is contained in:
Teravus Ovares
2008-06-01 14:13:29 +00:00
parent d20cae2d03
commit e0b821f875
3 changed files with 169 additions and 25 deletions

View File

@@ -466,7 +466,7 @@ namespace OpenSim.Grid.UserServer
return CreateUnknownUserErrorResponse();
}
return ProfileToXmlRPCResponse(userProfile);
return response;
}