1
0
mirror of https://github.com/moparisthebest/xeps synced 2025-02-07 02:40:22 -05:00

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

View File

@ -130,8 +130,11 @@
</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>
<example caption='Message not acceptable'><![CDATA[
<message from='juliet@capulet.com' to='romeo@montague.lit' type='error' id='msg_1'>
<error code='406' type='cancel'>
<message from='juliet@capulet.com'
id='msg_1'
to='romeo@montague.lit'
type='error'>
<error type='cancel'>
<not-acceptable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error>
</message>