From 8cc327cfa35743eb3e60320bb29c27bbcc075dc0 Mon Sep 17 00:00:00 2001 From: Dahlia Trimble Date: Sun, 8 Feb 2009 10:50:22 +0000 Subject: send group name in binary bucket in chatterbox invitation eventqueue message --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'OpenSim') 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 { dialog = 17; + //eq.ChatterboxInvitation( + // new UUID("00000000-68f9-1111-024e-222222111123"), + // "OpenSimulator Testing", fromAgent, message, toAgent, fromName, dialog, 0, + // false, 0, new Vector3(), 1, transactionID, fromGroup, binaryBucket); + eq.ChatterboxInvitation( new UUID("00000000-68f9-1111-024e-222222111123"), "OpenSimulator Testing", fromAgent, message, toAgent, fromName, dialog, 0, - false, 0, new Vector3(), 1, transactionID, fromGroup, binaryBucket); + false, 0, new Vector3(), 1, transactionID, fromGroup, Utils.StringToBytes("OpenSimulator Testing")); eq.ChatterBoxSessionAgentListUpdates( new UUID("00000000-68f9-1111-024e-222222111123"), -- cgit v1.1