Finish the offline IM module (still needs a server). Add rudimentary

support for the mute list (no functionality yet, but allows the
RetrieveInstantMessages event to fire now).
This commit is contained in:
Melanie Thielker
2009-03-29 00:48:34 +00:00
parent 730b78114f
commit 404bfdc9a6
9 changed files with 229 additions and 8 deletions

View File

@@ -1068,6 +1068,10 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void SendMuteListUpdate(string filename)
{
}
#endregion
}
}