From f6c40c4d93845fa6cb42c0fc88ff6a948c97d467 Mon Sep 17 00:00:00 2001 From: Michel Rottleuthner Date: Thu, 1 Feb 2024 15:23:55 +0100 Subject: [PATCH] gcoap: update documentation on supported features --- sys/include/net/gcoap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/include/net/gcoap.h b/sys/include/net/gcoap.h index a4ab988fd117..32f3798ee018 100644 --- a/sys/include/net/gcoap.h +++ b/sys/include/net/gcoap.h @@ -371,7 +371,8 @@ * - Message Type: Supports non-confirmable (NON) messaging. Additionally * provides a callback on timeout. Provides piggybacked ACK response to a * confirmable (CON) request. - * - Observe extension: Provides server-side registration and notifications. + * - Observe extension: Provides server-side registration and notifications + * and client-side observe. * - Server and Client provide helper functions for writing the * response/request. See the CoAP topic in the source documentation for * details. See the gcoap example for sample implementations.