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

@@ -1082,6 +1082,8 @@ namespace OpenSim.Client.MXP.ClientStack
public event Action<IClientAPI> OnLogout;
public event Action<IClientAPI> OnConnectionClosed;
public event RetrieveInstantMessages OnRetrieveInstantMessages;
public void SendBlueBoxMessage(UUID FromAvatarID, string FromAvatarName, string Message)
{