Plumb in the RetrieveInstantMessages event that is sent by the viewer

when it is ready to receive offline IM
This commit is contained in:
Melanie Thielker
2009-02-26 20:11:55 +00:00
parent 18382ebfd9
commit ed2de7ac82
6 changed files with 21 additions and 0 deletions

View File

@@ -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;
/// <summary>
/// Set the debug level at which packet output should be printed to console.