mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
For XmlRpcGroups (Flotsam) module, when MessageOnlineUsersOnly = true, handle notices to offline users directly as known undeliverable messages rather than discarding or attempting delivery.
Offline notices can still be controlled with the [Messaging] ForwardOfflineGroupMessages setting. Looks to address more of http://opensimulator.org/mantis/view.php?id=7037 Only for Flotsam now for testing, but if approach works should be possible with core offline notices as well.
This commit is contained in:
@@ -37,5 +37,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
event UndeliveredMessage OnUndeliveredMessage;
|
||||
|
||||
void SendInstantMessage(GridInstantMessage im, MessageResultNotification result);
|
||||
|
||||
void HandleUndeliverableMessage(GridInstantMessage im, MessageResultNotification result);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user