diff options
author | Diva Canto | 2010-02-27 18:16:31 -0800 |
---|---|---|
committer | Diva Canto | 2010-02-27 18:16:31 -0800 |
commit | 1daabc3473aa7696a8ff5d63eb31736ce2158642 (patch) | |
tree | fc7f07d856de79dfdfed03114374f993de400f1a /OpenSim/Services/Connectors/Friends | |
parent | Update the local cache upon friendship acceptance. Logout notifications working. (diff) | |
download | opensim-SC_OLD-1daabc3473aa7696a8ff5d63eb31736ce2158642.zip opensim-SC_OLD-1daabc3473aa7696a8ff5d63eb31736ce2158642.tar.gz opensim-SC_OLD-1daabc3473aa7696a8ff5d63eb31736ce2158642.tar.bz2 opensim-SC_OLD-1daabc3473aa7696a8ff5d63eb31736ce2158642.tar.xz |
Status notification (online/offline) working for same sim.
Diffstat (limited to 'OpenSim/Services/Connectors/Friends')
-rw-r--r-- | OpenSim/Services/Connectors/Friends/FriendsSimConnector.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Services/Connectors/Friends/FriendsSimConnector.cs b/OpenSim/Services/Connectors/Friends/FriendsSimConnector.cs index 94746ef..081e354 100644 --- a/OpenSim/Services/Connectors/Friends/FriendsSimConnector.cs +++ b/OpenSim/Services/Connectors/Friends/FriendsSimConnector.cs | |||
@@ -62,5 +62,10 @@ namespace OpenSim.Services.Connectors.Friends | |||
62 | { | 62 | { |
63 | return true; | 63 | return true; |
64 | } | 64 | } |
65 | |||
66 | public bool StatusNotify(GridRegion region, UUID userID, UUID friendID, bool online) | ||
67 | { | ||
68 | return true; | ||
69 | } | ||
65 | } | 70 | } |
66 | } | 71 | } |