mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
move some rules text out of section 5 (metadata elements) and into
section 2 (elements). git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2310 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
6747f54710
commit
4d7ab04fd0
@ -103,6 +103,7 @@
|
||||
</section1>
|
||||
<section1 topic='Elements' anchor='elements'>
|
||||
<p>Elements used in a message stanza are either profile elements (for example, <body> or <data xmlns='http://jabber.org/protocol/ibb'>) or metadata elements (for example, <error> or <amp xmlns='http://jabber.org/protocol/amp'>). A message stanza SHOULD only contain profile elements that are part of the same profile. A message stanza MAY contain as many metadata elements as desired.</p>
|
||||
<p>Metadata elements are included to define how the message stanza shall be routed, delivered, or processed in transit. Metadata elements shall not be used to determine which profile applies. If a message stanza includes only metadata elements, it can be considered to have no profile.</p>
|
||||
<p>A sender MAY mix elements of different profiles only for the purposes of fallback. For example, it may be useful to include a <body> element in a message that is not intended to be displayed as a text message, in case the recipient does not support the primary profile of the message.</p>
|
||||
<example caption='Mixing profile elements'><![CDATA[
|
||||
<message from='romeo@montague.lit' to='juliet@capulet.com' id='msg_1'>
|
||||
@ -171,7 +172,6 @@
|
||||
</section2>
|
||||
</section1>
|
||||
<section1 topic='Metadata Elements' anchor='metadata'>
|
||||
<p>Metadata elements are included to define how the message stanza shall be routed, delivered, or processed in transit. Metadata elements shall not be used to determine which profile applies. If a message stanza includes only metadata elements, it can be considered to have no profile.</p>
|
||||
<p>Metadata elements should be defined in whichever specifications define elements or processing behavior of message stanzas. However, a few metadata elements are defined here.</p>
|
||||
<p>The extended content elements defined in the following specifications are considered to be metadata elements:</p>
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user