diff options
author | Teravus Ovares | 2008-04-10 18:30:34 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-04-10 18:30:34 +0000 |
commit | 50c5e6af1086df7c0f17c4f75091dbcadb776846 (patch) | |
tree | cb2d95a5409f6af3643733122aed1b3494128af4 /OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | |
parent | * Minor: really just comment and subsequent indentation adjustment. Preparat... (diff) | |
download | opensim-SC_OLD-50c5e6af1086df7c0f17c4f75091dbcadb776846.zip opensim-SC_OLD-50c5e6af1086df7c0f17c4f75091dbcadb776846.tar.gz opensim-SC_OLD-50c5e6af1086df7c0f17c4f75091dbcadb776846.tar.bz2 opensim-SC_OLD-50c5e6af1086df7c0f17c4f75091dbcadb776846.tar.xz |
* With Grid Comms up in the air.. I decided have the friends module update you when your friends come online if they're at least a child agent on the sim. offline status works the same also. So does Instant Message.
* This is until Grid Comms matures a bit more on this.
* This should also work in Standalone as it uses the IUserData interface.
Diffstat (limited to 'OpenSim/Region/Communications/OGS1/OGS1UserServices.cs')
-rw-r--r-- | OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs index 906101b..5873eb8 100644 --- a/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs +++ b/OpenSim/Region/Communications/OGS1/OGS1UserServices.cs | |||
@@ -516,7 +516,7 @@ namespace OpenSim.Region.Communications.OGS1 | |||
516 | IList parameters = new ArrayList(); | 516 | IList parameters = new ArrayList(); |
517 | parameters.Add(param); | 517 | parameters.Add(param); |
518 | XmlRpcRequest req = new XmlRpcRequest("get_user_friend_list", parameters); | 518 | XmlRpcRequest req = new XmlRpcRequest("get_user_friend_list", parameters); |
519 | XmlRpcResponse resp = req.Send(m_parent.NetworkServersInfo.UserURL, 3000); | 519 | XmlRpcResponse resp = req.Send(m_parent.NetworkServersInfo.UserURL, 8000); |
520 | Hashtable respData = (Hashtable) resp.Value; | 520 | Hashtable respData = (Hashtable) resp.Value; |
521 | 521 | ||
522 | if (respData.Contains("avcount")) | 522 | if (respData.Contains("avcount")) |