Status notification (online/offline) working for same sim.

This commit is contained in:
Diva Canto
2010-02-27 18:16:31 -08:00
parent 593fd54fc7
commit 1daabc3473
2 changed files with 74 additions and 21 deletions

View File

@@ -62,5 +62,10 @@ namespace OpenSim.Services.Connectors.Friends
{
return true;
}
public bool StatusNotify(GridRegion region, UUID userID, UUID friendID, bool online)
{
return true;
}
}
}