From 95b8ac9027eac0f11e13c31dd66e63d775a3b07f Mon Sep 17 00:00:00 2001 From: Timo Pollmeier Date: Tue, 2 Jul 2024 13:20:52 +0200 Subject: [PATCH] Fix GET_FEATURES GMP doc. Some copy-paste errors in the description are fixed and a missing pattern element is added. --- src/schema_formats/XML/GMP.xml.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/schema_formats/XML/GMP.xml.in b/src/schema_formats/XML/GMP.xml.in index 859f1ded4..49fe30bff 100644 --- a/src/schema_formats/XML/GMP.xml.in +++ b/src/schema_formats/XML/GMP.xml.in @@ -11168,12 +11168,13 @@ END:VCALENDAR Get a list of optional features

- The client uses the get_feeds command to get a list of optional + The client uses the get_features command to get a list of optional features. If the command sent by the client was valid, the manager will - reply with a list of feeds to the client. + reply with a list of features to the client.

+