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:
parent
d0ac19a289
commit
34e2fe203b
@ -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 ¬acceptable;.</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>
|
||||
|
Loading…
Reference in New Issue
Block a user