Difference between revisions of "Group Messages"

From Second Life Wiki
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 7: Line 7:
*[[GroupActiveProposalsRequest]] - Requests the active proposals for a given group.
*[[GroupActiveProposalsRequest]] - Requests the active proposals for a given group.
*[[GroupMembersRequest]] - Requests a list of all of the members in a group.
*[[GroupMembersRequest]] - Requests a list of all of the members in a group.
*[[GroupNoticeDelete]] -Requests the deletion of a particular notice from a group.
*[[GroupNoticeDelete]] - Requests the deletion of a particular notice from a group.
*[[GroupNoticeRequest]] - Requests the details of a particular group notice.
*[[GroupNoticeRequest]] - Requests the details of a particular group notice.
*[[GroupNoticesListRequest]] - Requests a list of all group notices.
*[[GroupNoticesListRequest]] - Requests a list of all group notices.
*[[GroupProfileRequest]] -Requests the data for a given group's profile.
*[[GroupProposalBallot]] - Casts a vote for a given proposal in a group.
*[[GroupProposalBallot]] - Casts a vote for a given proposal in a group.
*[[GroupRoleChanges]] - Changes the roles in which group members are assigned to.
*[[GroupRoleChanges]] - Changes the roles in which group members are assigned to.
Line 26: Line 25:


== Server to Client Messages and Replies ==
== Server to Client Messages and Replies ==
*[[AgentDropGroup]] -
*[[AgentDropGroup]] - A message sent when a user is dropped from a group.
*[[CreateGroupReply]] - A reply received upon requesting to create a group.
*[[CreateGroupReply]] - A reply received upon requesting to create a group.
*[[EjectGroupMemberReply]] - A reply received upon ejecting group members.
*[[EjectGroupMemberReply]] - A reply received upon ejecting group members.
Line 34: Line 33:
*[[GroupActiveProposalItemReply]] - Information about active group proposals.
*[[GroupActiveProposalItemReply]] - Information about active group proposals.
*[[GroupDataUpdate]] - A list of data about members in a given group.
*[[GroupDataUpdate]] - A list of data about members in a given group.
*[[GroupMembersReply]] - A list of members  
*[[GroupMembersReply]] - A list of members in a group and some information about them.
*[[GroupNoticeAdd]] -
*[[GroupNoticeAdd]] - A message received on a group notice addition.
*[[GroupNoticesListReply]] -
*[[GroupNoticesListReply]] - A list of a group's notices.
*[[GroupProfileReply]] -
*[[GroupRoleDataReply]] - A reply containing information about all of a group's roles.
*[[GroupRoleDataReply]] -
*[[GroupRoleMembersReply]] - A reply containing pairings of group members to group roles.
*[[GroupRoleMembersReply]] -
*[[GroupTitlesReply]] - A reply containing the available titles for a group member.
*[[GroupTitlesReply]] -
*[[GroupVoteHistoryItemReply]] - Information about archived group proposals.
*[[GroupVoteHistoryItemReply]] - Information about archived group proposals.
*[[InviteGroupResponse]] -
*[[JoinGroupReply]] - A reply noting the success of a request to join a group.
*[[JoinGroupReply]] -
*[[LeaveGroupReply]] - A reply noting the success of a request to leave a group.
*[[LeaveGroupReply]] -

Latest revision as of 14:58, 12 December 2006

Client to Server Messages and Requests

Server to Client Messages and Replies