diff options
author | Dahlia Trimble | 2009-01-26 08:04:12 +0000 |
---|---|---|
committer | Dahlia Trimble | 2009-01-26 08:04:12 +0000 |
commit | fa99f013786f282d4266553477fcb1beb078e4d0 (patch) | |
tree | 2e7d72500e672324330f1e5e3324b86c6c40ab73 /OpenSim/Region/ClientStack | |
parent | Move file contents into file. (diff) | |
download | opensim-SC_OLD-fa99f013786f282d4266553477fcb1beb078e4d0.zip opensim-SC_OLD-fa99f013786f282d4266553477fcb1beb078e4d0.tar.gz opensim-SC_OLD-fa99f013786f282d4266553477fcb1beb078e4d0.tar.bz2 opensim-SC_OLD-fa99f013786f282d4266553477fcb1beb078e4d0.tar.xz |
more eventqueue IM nonsense
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 83ae115..e8e674f 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -1214,19 +1214,20 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1214 | { | 1214 | { |
1215 | dialog = 17; | 1215 | dialog = 17; |
1216 | 1216 | ||
1217 | //OSD Item = Environment.EventQueueHelper.ChatterboxInvitation( | ||
1218 | // new UUID("00000000-68f9-1111-024e-222222111123"), | ||
1219 | // "Test Group", fromAgent, message, toAgent, fromName, dialog, 0, | ||
1220 | // false, 0, new Vector3(), 1, transactionID, fromGroup, | ||
1221 | // Utils.StringToBytes("Test Group")); | ||
1222 | |||
1223 | OSD Item = Environment.EventQueueHelper.ChatterboxInvitation( | 1217 | OSD Item = Environment.EventQueueHelper.ChatterboxInvitation( |
1224 | new UUID("00000000-68f9-1111-024e-222222111123"), | 1218 | new UUID("00000000-68f9-1111-024e-222222111123"), |
1225 | "Test Group", fromAgent, message, toAgent, fromName, dialog, 0, | 1219 | "Test Group", fromAgent, message, toAgent, fromName, dialog, 0, |
1226 | false, 0, new Vector3(), 1, transactionID, fromGroup, binaryBucket); | 1220 | false, 0, new Vector3(), 1, transactionID, fromGroup, binaryBucket); |
1227 | 1221 | ||
1228 | eq.Enqueue(Item, toAgent); | 1222 | eq.Enqueue(Item, toAgent); |
1229 | m_log.Info("########### eq chatterbox invitation #############\n" + Item); | 1223 | m_log.Info("########### eq ChatterboxInvitation #############\n" + Item); |
1224 | |||
1225 | Item = Environment.EventQueueHelper.ChatterBoxSessionAgentListUpdates( | ||
1226 | new UUID("00000000-68f9-1111-024e-222222111123"), | ||
1227 | fromAgent, false, false, false); | ||
1228 | |||
1229 | eq.Enqueue(Item, toAgent); | ||
1230 | m_log.Info("########### eq ChatterBoxSessionAgentListUpdates #############\n" + Item); | ||
1230 | } | 1231 | } |
1231 | 1232 | ||
1232 | System.Console.WriteLine("SendInstantMessage: " + msg); | 1233 | System.Console.WriteLine("SendInstantMessage: " + msg); |