send group name in binary bucket in chatterbox invitation eventqueue message

0.6.3-post-fixes
Dahlia Trimble 2009-02-08 10:50:22 +00:00
parent b60931b686
commit 8cc327cfa3
1 changed files with 6 additions and 1 deletions

View File

@ -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"),