line spacing

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2367 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-10-13 17:53:04 +00:00
parent d0ac19a289
commit 34e2fe203b
1 changed files with 5 additions and 2 deletions

View File

@ -130,8 +130,11 @@
</ol> </ol>
<p>If a message stanza is received that combines multiple profiles, or the profile cannot be determined, the receiving client MAY return a stanza error, which SHOULD be &notacceptable;.</p> <p>If a message stanza is received that combines multiple profiles, or the profile cannot be determined, the receiving client MAY return a stanza error, which SHOULD be &notacceptable;.</p>
<example caption='Message not acceptable'><![CDATA[ <example caption='Message not acceptable'><![CDATA[
<message from='juliet@capulet.com' to='romeo@montague.lit' type='error' id='msg_1'> <message from='juliet@capulet.com'
<error code='406' type='cancel'> id='msg_1'
to='romeo@montague.lit'
type='error'>
<error type='cancel'>
<not-acceptable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/> <not-acceptable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error> </error>
</message> </message>