JoinGroupRequest: Difference between revisions
Jump to navigation
Jump to search
Cube Linden (talk | contribs) mNo edit summary |
|||
| Line 1: | Line 1: | ||
{{ProtocolNav}} | {{ProtocolNav}} | ||
==Message Layout== | ==Message Layout== | ||
| Line 8: | Line 7: | ||
AgentData Single | AgentData Single | ||
{ AgentID LLUUID } | { AgentID LLUUID } | ||
{ SessionID | { SessionID LLUUID } | ||
} | } | ||
{ | { | ||
| Line 17: | Line 16: | ||
</pre> | </pre> | ||
==Usage and Notes== | ==Usage and Notes== | ||
[[Category:Messages]] | [[Category:Messages]] | ||
Revision as of 19:19, 27 November 2006
Message Layout
{
JoinGroupRequest Low NotTrusted Zerocoded
{
AgentData Single
{ AgentID LLUUID }
{ SessionID LLUUID }
}
{
GroupData Single
{ GroupID LLUUID }
}
}