From 1268b421ec90f960115757ae9e6df3f542eaaddc Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Mon, 10 Dec 2018 15:44:01 -0700 Subject: [PATCH] Update the m.presence schema to include status_msg --- event-schemas/schema/m.presence | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/event-schemas/schema/m.presence b/event-schemas/schema/m.presence index 3c884fd6..540fc7a0 100644 --- a/event-schemas/schema/m.presence +++ b/event-schemas/schema/m.presence @@ -29,6 +29,10 @@ "currently_active": { "type": boolean, "description": "Whether the user is currently active" + }, + "status_msg": { + "type": "string", + "description": "An optional description to accompany the presence." } }, "required": ["presence"]