aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock
diff options
context:
space:
mode:
authorMelanie Thielker2009-03-29 00:48:34 +0000
committerMelanie Thielker2009-03-29 00:48:34 +0000
commit404bfdc9a6828638b7b4f7851602e3fe77044025 (patch)
tree9fd740bfab5967e70b9997c082f1dfd7fcecd2e2 /OpenSim/Tests/Common/Mock
parentMinor bug fix in UpdateItem (meta data). (diff)
downloadopensim-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/Tests/Common/Mock')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index f96057c..b2c1423 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -1109,5 +1109,9 @@ namespace OpenSim.Tests.Common.Mock
1109 public void SendUseCachedMuteList() 1109 public void SendUseCachedMuteList()
1110 { 1110 {
1111 } 1111 }
1112
1113 public void SendMuteListUpdate(string filename)
1114 {
1115 }
1112 } 1116 }
1113} 1117}