Difference between revisions of "Group Messages"
Jump to navigation
Jump to search
(22 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Client to Server Messages and Requests == | == Client to Server Messages and Requests == | ||
*[[CreateGroupRequest]] - Requests creation of a new group. | *[[CreateGroupRequest]] - Requests creation of a new group. | ||
*[[EjectGroupMemberRequest]] - Requests the ejection of a particular member from the group. | |||
*[[GroupAccountDetailsRequest]] - Requests a group's account details over a given period of time. | *[[GroupAccountDetailsRequest]] - Requests a group's account details over a given period of time. | ||
*[[GroupAccountSummaryRequest]] - Requests a group's account summary over a given period of time. | *[[GroupAccountSummaryRequest]] - Requests a group's account summary over a given period of time. | ||
*[[GroupAccountTransactionsRequest]] - Requests a group's account transactions over a given period of time. | *[[GroupAccountTransactionsRequest]] - Requests a group's account transactions over a given period of time. | ||
*[[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. | |||
*[[GroupNoticeDelete]] - Requests the deletion of a particular notice from a group. | |||
*[[GroupNoticeRequest]] - Requests the details of a particular group notice. | |||
*[[GroupNoticesListRequest]] - Requests a list of all group notices. | |||
*[[GroupProposalBallot]] - Casts a vote for a given proposal in a group. | |||
*[[GroupRoleChanges]] - Changes the roles in which group members are assigned to. | |||
*[[GroupRoleDataRequest]] - Requests the role data for a given group. | |||
*[[GroupRoleMembersRequest]] - Requests pairs of group members to group roles. | |||
*[[GroupRoleUpdate]] - Updates roles' data in a particular group. | |||
*[[GroupTitleUpdate]] - Updates a given users "title role" in a group. | |||
*[[GroupTitlesRequest]] - Requests a list of all the possible titles for a member of a given group. | |||
*[[GroupVoteHistoryRequest]] - Requests the archived proposals for a given group | *[[GroupVoteHistoryRequest]] - Requests the archived proposals for a given group | ||
*[[ | *[[InviteGroupRequest]] - Invites a number of people into a group. | ||
*[[JoinGroupRequest]] - Requests to join a group. | |||
*[[LeaveGroupRequest]] - Requests leaving a group. | |||
*[[StartGroupProposal]] - Requests the creation of a new group proposal | *[[StartGroupProposal]] - Requests the creation of a new group proposal | ||
*[[UpdateGroupInfo]] - Requests an update of some group information. | |||
== Server to Client Messages and Replies == | |||
*[[AgentDropGroup]] - A message sent when a user is dropped from a group. | |||
*[[CreateGroupReply]] - A reply received upon requesting to create a group. | |||
*[[EjectGroupMemberReply]] - A reply received upon ejecting group members. | |||
*[[GroupAccountDetailsReply]] - Information regarding all of the group account details. | |||
*[[GroupAccountSummaryReply]] - Information regarding all of the group account summaries. | |||
*[[GroupAccountTransactionsReply]] - Information regarding all of the group account transactions. | |||
*[[GroupActiveProposalItemReply]] - Information about active group proposals. | |||
*[[GroupDataUpdate]] - A list of data about members in a given group. | |||
*[[GroupMembersReply]] - A list of members in a group and some information about them. | |||
*[[GroupNoticeAdd]] - A message received on a group notice addition. | |||
*[[GroupNoticesListReply]] - A list of a group's notices. | |||
*[[GroupRoleDataReply]] - A reply containing information about all of a group's roles. | |||
*[[GroupRoleMembersReply]] - A reply containing pairings of group members to group roles. | |||
*[[GroupTitlesReply]] - A reply containing the available titles for a group member. | |||
*[[GroupVoteHistoryItemReply]] - Information about archived group proposals. | |||
*[[JoinGroupReply]] - A reply noting the success of a request to join a group. | |||
*[[LeaveGroupReply]] - A reply noting the success of a request to leave a group. |
Latest revision as of 13:58, 12 December 2006
Client to Server Messages and Requests
- CreateGroupRequest - Requests creation of a new group.
- EjectGroupMemberRequest - Requests the ejection of a particular member from the group.
- GroupAccountDetailsRequest - Requests a group's account details over a given period of time.
- GroupAccountSummaryRequest - Requests a group's account summary over a given period of time.
- GroupAccountTransactionsRequest - Requests a group's account transactions over a given period of time.
- GroupActiveProposalsRequest - Requests the active proposals for a given group.
- GroupMembersRequest - Requests a list of all of the members in a group.
- GroupNoticeDelete - Requests the deletion of a particular notice from a group.
- GroupNoticeRequest - Requests the details of a particular group notice.
- GroupNoticesListRequest - Requests a list of all group notices.
- GroupProposalBallot - Casts a vote for a given proposal in a group.
- GroupRoleChanges - Changes the roles in which group members are assigned to.
- GroupRoleDataRequest - Requests the role data for a given group.
- GroupRoleMembersRequest - Requests pairs of group members to group roles.
- GroupRoleUpdate - Updates roles' data in a particular group.
- GroupTitleUpdate - Updates a given users "title role" in a group.
- GroupTitlesRequest - Requests a list of all the possible titles for a member of a given group.
- GroupVoteHistoryRequest - Requests the archived proposals for a given group
- InviteGroupRequest - Invites a number of people into a group.
- JoinGroupRequest - Requests to join a group.
- LeaveGroupRequest - Requests leaving a group.
- StartGroupProposal - Requests the creation of a new group proposal
- UpdateGroupInfo - Requests an update of some group information.
Server to Client Messages and Replies
- AgentDropGroup - A message sent when a user is dropped from a group.
- CreateGroupReply - A reply received upon requesting to create a group.
- EjectGroupMemberReply - A reply received upon ejecting group members.
- GroupAccountDetailsReply - Information regarding all of the group account details.
- GroupAccountSummaryReply - Information regarding all of the group account summaries.
- GroupAccountTransactionsReply - Information regarding all of the group account transactions.
- GroupActiveProposalItemReply - Information about active group proposals.
- GroupDataUpdate - A list of data about members in a given group.
- GroupMembersReply - A list of members in a group and some information about them.
- GroupNoticeAdd - A message received on a group notice addition.
- GroupNoticesListReply - A list of a group's notices.
- GroupRoleDataReply - A reply containing information about all of a group's roles.
- GroupRoleMembersReply - A reply containing pairings of group members to group roles.
- GroupTitlesReply - A reply containing the available titles for a group member.
- GroupVoteHistoryItemReply - Information about archived group proposals.
- JoinGroupReply - A reply noting the success of a request to join a group.
- LeaveGroupReply - A reply noting the success of a request to leave a group.