AcceptFriendship Capability

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

Two query terms are required when invoking the cap:

Client Request POST <path>?from=<uuid>&agent_name=<string> ->
<empty>

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

History

~2018 Introduced