mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +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:
@@ -253,6 +253,8 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
public event UserInfoRequest OnUserInfoRequest;
|
||||
public event UpdateUserInfo OnUpdateUserInfo;
|
||||
|
||||
public event RetrieveInstantMessages OnRetrieveInstantMessages;
|
||||
|
||||
#pragma warning restore 67
|
||||
|
||||
private UUID myID = UUID.Random();
|
||||
|
||||
Reference in New Issue
Block a user