Difference between revisions of "StartGroupProposal"
Jump to navigation
Jump to search
Cube Linden (talk | contribs) m |
|||
Line 1: | Line 1: | ||
{{ProtocolNav}} | {{ProtocolNav}} | ||
==Message Layout== | ==Message Layout== | ||
Line 12: | Line 11: | ||
{ | { | ||
ProposalData Single | ProposalData Single | ||
{ GroupID | { GroupID LLUUID } | ||
{ Quorum | { Quorum S32 } | ||
{ Majority | { Majority F32 } | ||
{ Duration | { Duration S32 } | ||
{ ProposalText Variable 1 } | { ProposalText Variable 1 } | ||
} | } | ||
Line 21: | Line 20: | ||
</pre> | </pre> | ||
==Usage and Notes== | ==Usage and Notes== | ||
[[Category:Messages]] | [[Category:Messages]] |
Revision as of 16:16, 27 November 2006
Message Layout
{ StartGroupProposal Low NotTrusted Zerocoded { AgentData Single { AgentID LLUUID } { SessionID LLUUID } } { ProposalData Single { GroupID LLUUID } { Quorum S32 } { Majority F32 } { Duration S32 } { ProposalText Variable 1 } } }