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

@@ -1133,6 +1133,7 @@ namespace OpenSim.Framework
void SendUserInfoReply(bool imViaEmail, bool visible, string email);
void SendUseCachedMuteList();
void SendMuteListUpdate(string filename);
void KillEndDone();