mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Merge branch 'feature/xep-0315'
This commit is contained in:
commit
733096f7dd
10
xep-0315.xml
10
xep-0315.xml
@ -19,7 +19,7 @@
|
||||
</dependencies>
|
||||
<supersedes/>
|
||||
<supersededby/>
|
||||
<shortname>media-element</shortname>
|
||||
<shortname>xml-element</shortname>
|
||||
<author>
|
||||
<firstname>Sergey</firstname>
|
||||
<surname>Dobrov</surname>
|
||||
@ -27,6 +27,12 @@
|
||||
<jid>binary@jrudevels.org</jid>
|
||||
<uri>http://jrudevels.org/</uri>
|
||||
</author>
|
||||
<revision>
|
||||
<version>0.1.1</version>
|
||||
<date>2019-06-19</date>
|
||||
<initials>fs</initials>
|
||||
<remark><p>Fix shortname and section heading to avoid collision with XEP-0221</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.1</version>
|
||||
<date>2012-10-15</date>
|
||||
@ -51,7 +57,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