diff options
author | Melanie Thielker | 2009-03-29 00:48:34 +0000 |
---|---|---|
committer | Melanie Thielker | 2009-03-29 00:48:34 +0000 |
commit | 404bfdc9a6828638b7b4f7851602e3fe77044025 (patch) | |
tree | 9fd740bfab5967e70b9997c082f1dfd7fcecd2e2 /OpenSim/Framework/IClientAPI.cs | |
parent | Minor bug fix in UpdateItem (meta data). (diff) | |
download | opensim-SC_OLD-404bfdc9a6828638b7b4f7851602e3fe77044025.zip opensim-SC_OLD-404bfdc9a6828638b7b4f7851602e3fe77044025.tar.gz opensim-SC_OLD-404bfdc9a6828638b7b4f7851602e3fe77044025.tar.bz2 opensim-SC_OLD-404bfdc9a6828638b7b4f7851602e3fe77044025.tar.xz |
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).
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 6d9ed79..bef1bfc 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1133,6 +1133,7 @@ namespace OpenSim.Framework | |||
1133 | void SendUserInfoReply(bool imViaEmail, bool visible, string email); | 1133 | void SendUserInfoReply(bool imViaEmail, bool visible, string email); |
1134 | 1134 | ||
1135 | void SendUseCachedMuteList(); | 1135 | void SendUseCachedMuteList(); |
1136 | void SendMuteListUpdate(string filename); | ||
1136 | 1137 | ||
1137 | void KillEndDone(); | 1138 | void KillEndDone(); |
1138 | 1139 | ||