mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Plumb in the RetrieveInstantMessages event that is sent by the viewer
when it is ready to receive offline IM
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user