From cbd02218704287640ba5c7b564440a6590e038cf Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sun, 23 Nov 2008 05:16:07 +0000 Subject: Plumb in the presence notifications and region shutdown/restart messages from the presence module to the message server, through the user server and on into the database. This should fix the "Already logged in" issue that grids see after a sim crashes, or a user crashes out of a sim. Not yet a 100% solution for friends, but getting there. --- OpenSim/Framework/IUserData.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Framework/IUserData.cs') diff --git a/OpenSim/Framework/IUserData.cs b/OpenSim/Framework/IUserData.cs index 07159cc..0936495 100644 --- a/OpenSim/Framework/IUserData.cs +++ b/OpenSim/Framework/IUserData.cs @@ -177,6 +177,8 @@ namespace OpenSim.Framework void UpdateUserAppearance(UUID user, AvatarAppearance appearance); void ResetAttachments(UUID userID); + + void LogoutUsers(UUID regionID); } public class UserDataInitialiser : PluginInitialiserBase -- cgit v1.1