mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 00:35:02 -05:00
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.
This commit is contained in:
parent
522803a6eb
commit
4e348b91a9
@ -51,7 +51,7 @@
|
||||
<p>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.</p>
|
||||
</section1>
|
||||
|
||||
<section1 topic='Media Element' anchor='media'>
|
||||
<section1 topic='XML Element' anchor='xml-element'>
|
||||
<p>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.</p>
|
||||
<p>The <wrapper/> element SHOULD contain an XML-data which needs to be represented in a form.</p>
|
||||
<example caption='PubSub Blog Node Metadata'><![CDATA[
|
||||
|
Loading…
Reference in New Issue
Block a user