aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Client
diff options
context:
space:
mode:
authorMelanie Thielker2009-02-26 20:11:55 +0000
committerMelanie Thielker2009-02-26 20:11:55 +0000
commited2de7ac821544751280b1310a49c2f4ba70b4c3 (patch)
treea8c72b7b3574512f51e799fdfcd131505b3c5dc3 /OpenSim/Client
parentChanged the type of the ApplicationRegistry member from RegistryCore to IRegi... (diff)
downloadopensim-SC_OLD-ed2de7ac821544751280b1310a49c2f4ba70b4c3.zip
opensim-SC_OLD-ed2de7ac821544751280b1310a49c2f4ba70b4c3.tar.gz
opensim-SC_OLD-ed2de7ac821544751280b1310a49c2f4ba70b4c3.tar.bz2
opensim-SC_OLD-ed2de7ac821544751280b1310a49c2f4ba70b4c3.tar.xz
Plumb in the RetrieveInstantMessages event that is sent by the viewer
when it is ready to receive offline IM
Diffstat (limited to 'OpenSim/Client')
-rw-r--r--OpenSim/Client/MXP/ClientStack/MXPClientView.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
index 289b38c..3d734ad 100644
--- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
+++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs
@@ -1082,6 +1082,8 @@ namespace OpenSim.Client.MXP.ClientStack
1082 public event Action<IClientAPI> OnLogout; 1082 public event Action<IClientAPI> OnLogout;
1083 public event Action<IClientAPI> OnConnectionClosed; 1083 public event Action<IClientAPI> OnConnectionClosed;
1084 1084
1085 public event RetrieveInstantMessages OnRetrieveInstantMessages;
1086
1085 1087
1086 public void SendBlueBoxMessage(UUID FromAvatarID, string FromAvatarName, string Message) 1088 public void SendBlueBoxMessage(UUID FromAvatarID, string FromAvatarName, string Message)
1087 { 1089 {