Difference between revisions of "JoinGroupRequest"

From Second Life Wiki
Jump to navigation Jump to search
m
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{ProtocolNav}}
{{ProtocolNav}}
==Message Layout==
==Message Layout==
Line 8: Line 7:
AgentData Single
AgentData Single
{ AgentID LLUUID }
{ AgentID LLUUID }
{ SessionID LLUUID }
{ SessionID LLUUID }
}
}
{
{
Line 17: Line 16:


</pre>
</pre>
==Usage and Notes==
==Usage and Notes==
Requests to join a group.  The group must be visible to you (in terms of estate visibility), open enrollment and you must not be a member of the group already to join..  You also must be able to pay the enrollment fee.
[[Category:Messages]]
[[Category:Messages]]

Latest revision as of 13:32, 13 December 2006

Message Layout

{
	JoinGroupRequest Low NotTrusted Zerocoded
	{
		AgentData	Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		GroupData	Single
		{	GroupID		LLUUID	}
	}
}

Usage and Notes

Requests to join a group. The group must be visible to you (in terms of estate visibility), open enrollment and you must not be a member of the group already to join.. You also must be able to pay the enrollment fee.