From cbe466e5729a06ae4b036714ae7d1c555579768c Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 23 Feb 2016 09:00:55 +0000 Subject: [PATCH] Update API docs --- api/client-server/presence.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/api/client-server/presence.yaml b/api/client-server/presence.yaml index d9a1b866..fc47029c 100644 --- a/api/client-server/presence.yaml +++ b/api/client-server/presence.yaml @@ -49,11 +49,14 @@ paths: properties: presence: type: string - enum: ["online", "offline", "unavailable", "free_for_chat"] + enum: ["online", "offline", "unavailable"] description: The new presence state. status_msg: type: string description: "The status message to attach to this state." + currently_online: + type: boolean + description: "Whether the user is currently active" required: ["presence"] responses: 200: @@ -94,7 +97,7 @@ paths: properties: presence: type: string - enum: ["online", "offline", "unavailable", "free_for_chat"] + enum: ["online", "offline", "unavailable"] description: This user's presence. last_active_ago: type: integer @@ -185,8 +188,6 @@ paths: [ { "content": { - "avatar_url": "mxc://matrix.org/AfwefuigfWEfhuiPP", - "displayname": "Alice Margatroid", "last_active_ago": 395, "presence": "offline", "user_id": "@alice:matrix.org" @@ -195,11 +196,10 @@ paths: }, { "content": { - "avatar_url": "mxc://matrix.org/FWEhuiwegfWEfhuiwf", - "displayname": "Marisa Kirisame", "last_active_ago": 16874, "presence": "online", - "user_id": "@marisa:matrix.org" + "user_id": "@marisa:matrix.org", + "currently_active": true }, "type": "m.presence" }