mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
This hopefully fixes all issues with online/offline notifications across grids. http://opensimulator.org/mantis/view.php?id=5528
This commit is contained in:
@@ -61,7 +61,8 @@ namespace OpenSim.Services.Interfaces
|
||||
// on behalf of the userID
|
||||
string GetUUI(UUID userID, UUID targetUserID);
|
||||
|
||||
void StatusNotification(List<string> friends, UUID userID, bool online);
|
||||
// Returns the local friends online
|
||||
List<UUID> StatusNotification(List<string> friends, UUID userID, bool online);
|
||||
//List<UUID> GetOnlineFriends(UUID userID, List<string> friends);
|
||||
|
||||
bool AgentIsComingHome(UUID sessionID, string thisGridExternalName);
|
||||
|
||||
Reference in New Issue
Block a user