08 April 2021
names
action.21 December 2014
action
key set to update
on information events such as online / offline status changes and permissions being granted or revoked.friendship (Notifications) | |
---|---|
Type | Corrade progressive notification |
Notification | friendship |
Data | type , action , firstname , lastname , agent , status , rights , names |
Structure | FriendInfoEventArgs, FriendshipResponseEventArgs, FriendshipOfferedEventArgs and FriendshipTerminatedEventArgs |
Description | Friendship offered, received, terminated, friends going online or offline and rights being added or removed. |
Commands | getfriendshiprequests, replytofriendshiprequest |
Last Changes | C10 - friendship termination added. |
Data | Description |
---|---|
type | The type of the notification. |
action | Set to either request , response , termination or names depending on whether Corrade received a request, the avatar to whom friendship was offered responds, friendship has been terminated, update in case friends go online / offline or rights have been changed or names in case the friends list has been updated. |
firstname | The first name of the avatar involved in the friendship action. |
lastname | The last name of the avatar involved in the friendship action. |
agent | The UUID of the person sending the message. |
status | online or offline |
rights | A CSV string of rights currently active. |
avatars | A CSV string of avatar UUIDs by full name when the notification action is names . |
friendship
notification, the friendship
notification can act as an asynchronous counterpart to the getfriendslist command. Whenever the friends list is updated, including Corrade logging in to the grid, the friends list is retrieved and the UUID and full name of the avatars on the friends list will be sent via the friendship
notification.