DeclineFriendship Capability

From Second Life Wiki
Revision as of 09:10, 1 April 2022 by Monty Linden (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The DeclineFriendship Capability performs a function similar to the DeclineFriendship LLMessage. It allows the recipient of a friendship offer, restored from the retrieval of an instant message, to be actively declined. This interface comes with usage contraints not present in the LLMessage interface:

  • The friendship offer must have been retrieved from offline/stored instant messages. Offers from online agents cannot be declined with this interface.
  • The friendship offer must have been retrieved using the ReadOfflineMsgs Capability. Offers that arise from events in response to a RetrieveInstantMessages LLMessage will likely be ignored if declined using this capability.

One query term is required when invoking the cap:

  • 'from' must provide the UUID of the agent offering friendship
Client Request DEL <path>?from=<uuid> ->
<empty>

; 200 Response <-
{
  success: Boolean
}
; 4xx/5xx codes as well

History

~2018 Introduced