mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user