diff options
Diffstat (limited to '')
-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"), |