Port the Avination offline messaging system to Core

This commit is contained in:
Melanie
2011-11-02 23:50:47 +00:00
parent c5fb39e21f
commit 08fcf958c2
4 changed files with 36 additions and 22 deletions

View File

@@ -881,7 +881,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
msg.dialog = dialog;
// msg.dialog = (byte)OpenMetaverse.InstantMessageDialog.GroupNotice;
msg.fromGroup = true;
msg.offline = (byte)1; // Allow this message to be stored for offline use
msg.offline = (byte)0;
msg.ParentEstateID = 0;
msg.Position = Vector3.Zero;
msg.RegionID = UUID.Zero.Guid;