From 12982a0f14abe4ed93654008afa2913dd341125d 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 3c8384aff84e..8c6370949178 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.