From 4e348b91a96ca2dc5979d293643fa24a45c56d42 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Wed, 12 Jun 2019 22:34:45 +0200 Subject: [PATCH] Fix section heading of XEP-0315: Data Forms XML Element Just like 522803a6 ("Fix shortname of XEP-0315: Data Forms XML Element"), this is probably caused by using XEP-0221 as template for this XEP. --- xep-0315.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0315.xml b/xep-0315.xml index 141eda88..38b7f316 100644 --- a/xep-0315.xml +++ b/xep-0315.xml @@ -51,7 +51,7 @@

In certain protocols that make use of &xep0004;, it can be helpful to include XML-data (for example, when we want to insert a big amount of structured data which is hard to insert as a separate fields). This document defines a method for including XML-data in a data form.

- +

The root element for XML-data is <wrapper/>. This element MUST be qualified by the "urn:xmpp:xml-element" namespace. The <wrapper/> element MUST be contained within a <field/> element qualified by the 'jabber:x:data' namespace.

The <wrapper/> element SHOULD contain an XML-data which needs to be represented in a form.