From ed2de7ac821544751280b1310a49c2f4ba70b4c3 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Thu, 26 Feb 2009 20:11:55 +0000 Subject: Plumb in the RetrieveInstantMessages event that is sent by the viewer when it is ready to receive offline IM --- OpenSim/Framework/IClientAPI.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index bfc70a4..4b95726 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -426,6 +426,7 @@ namespace OpenSim.Framework public delegate void UserInfoRequest(IClientAPI client); public delegate void UpdateUserInfo(bool imViaEmail, bool visible, IClientAPI client); + public delegate void RetrieveInstantMessages(IClientAPI client); #endregion @@ -752,6 +753,8 @@ namespace OpenSim.Framework event UserInfoRequest OnUserInfoRequest; event UpdateUserInfo OnUpdateUserInfo; + + event RetrieveInstantMessages OnRetrieveInstantMessages; /// /// Set the debug level at which packet output should be printed to console. -- cgit v1.1