diff options
author | Teravus Ovares | 2008-06-01 14:13:29 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-06-01 14:13:29 +0000 |
commit | e0b821f8753c6d412f341fe109b8f83df14662a5 (patch) | |
tree | 516bcce6bd0b8347cb4d5f63512c22ee2a970f15 /OpenSim/Grid/UserServer/UserManager.cs | |
parent | * Committing more unfinished stuff. Nothing significant at the moment. IM ... (diff) | |
download | opensim-SC_OLD-e0b821f8753c6d412f341fe109b8f83df14662a5.zip opensim-SC_OLD-e0b821f8753c6d412f341fe109b8f83df14662a5.tar.gz opensim-SC_OLD-e0b821f8753c6d412f341fe109b8f83df14662a5.tar.bz2 opensim-SC_OLD-e0b821f8753c6d412f341fe109b8f83df14662a5.tar.xz |
* 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.
Diffstat (limited to 'OpenSim/Grid/UserServer/UserManager.cs')
-rw-r--r-- | OpenSim/Grid/UserServer/UserManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/UserManager.cs b/OpenSim/Grid/UserServer/UserManager.cs index 3e8f3a2..a78876c 100644 --- a/OpenSim/Grid/UserServer/UserManager.cs +++ b/OpenSim/Grid/UserServer/UserManager.cs | |||
@@ -466,7 +466,7 @@ namespace OpenSim.Grid.UserServer | |||
466 | return CreateUnknownUserErrorResponse(); | 466 | return CreateUnknownUserErrorResponse(); |
467 | } | 467 | } |
468 | 468 | ||
469 | return ProfileToXmlRPCResponse(userProfile); | 469 | return response; |
470 | } | 470 | } |
471 | 471 | ||
472 | 472 | ||