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

@@ -1601,5 +1601,9 @@ namespace OpenSim.Client.MXP.ClientStack
public void SendUseCachedMuteList()
{
}
public void SendMuteListUpdate(string filename)
{
}
}
}