diff options
author | Dahlia Trimble | 2009-02-08 10:50:22 +0000 |
---|---|---|
committer | Dahlia Trimble | 2009-02-08 10:50:22 +0000 |
commit | 8cc327cfa35743eb3e60320bb29c27bbcc075dc0 (patch) | |
tree | 89461e67436c039b0e3cc758e6ef98e3c29b8afa /OpenSim | |
parent | * Limit the total number of joints created per frame to the maximum possible ... (diff) | |
download | opensim-SC_OLD-8cc327cfa35743eb3e60320bb29c27bbcc075dc0.zip opensim-SC_OLD-8cc327cfa35743eb3e60320bb29c27bbcc075dc0.tar.gz opensim-SC_OLD-8cc327cfa35743eb3e60320bb29c27bbcc075dc0.tar.bz2 opensim-SC_OLD-8cc327cfa35743eb3e60320bb29c27bbcc075dc0.tar.xz |
send group name in binary bucket in chatterbox invitation eventqueue message
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 59df3f1..71fced9 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -1213,10 +1213,15 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1213 | { | 1213 | { |
1214 | dialog = 17; | 1214 | dialog = 17; |
1215 | 1215 | ||
1216 | //eq.ChatterboxInvitation( | ||
1217 | // new UUID("00000000-68f9-1111-024e-222222111123"), | ||
1218 | // "OpenSimulator Testing", fromAgent, message, toAgent, fromName, dialog, 0, | ||
1219 | // false, 0, new Vector3(), 1, transactionID, fromGroup, binaryBucket); | ||
1220 | |||
1216 | eq.ChatterboxInvitation( | 1221 | eq.ChatterboxInvitation( |
1217 | new UUID("00000000-68f9-1111-024e-222222111123"), | 1222 | new UUID("00000000-68f9-1111-024e-222222111123"), |
1218 | "OpenSimulator Testing", fromAgent, message, toAgent, fromName, dialog, 0, | 1223 | "OpenSimulator Testing", fromAgent, message, toAgent, fromName, dialog, 0, |
1219 | false, 0, new Vector3(), 1, transactionID, fromGroup, binaryBucket); | 1224 | false, 0, new Vector3(), 1, transactionID, fromGroup, Utils.StringToBytes("OpenSimulator Testing")); |
1220 | 1225 | ||
1221 | eq.ChatterBoxSessionAgentListUpdates( | 1226 | eq.ChatterBoxSessionAgentListUpdates( |
1222 | new UUID("00000000-68f9-1111-024e-222222111123"), | 1227 | new UUID("00000000-68f9-1111-024e-222222111123"), |