mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
typo
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1358 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
14020b583c
commit
05740b7358
10
xep-0020.xml
10
xep-0020.xml
@ -99,7 +99,7 @@
|
||||
<section2 topic="Basic Flow" anchor='protocol-basic'>
|
||||
<p>A typical negotiation flow is shown in the following example of two entities negotiating the time and place for a meeting.</p>
|
||||
<example caption="Initiating entity sends offer"><![CDATA[
|
||||
<iq type='get'
|
||||
<iq type='set'
|
||||
from='romeo@montague.net/orchard'
|
||||
to='juliet@capulet.com/balcony'
|
||||
id='neg1'>
|
||||
@ -156,7 +156,7 @@
|
||||
...
|
||||
</x>
|
||||
</feature>
|
||||
<error code='503' type='cancel'>
|
||||
<error type='cancel'>
|
||||
<service-unavailable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
|
||||
</error>
|
||||
</iq>
|
||||
@ -175,7 +175,7 @@
|
||||
...
|
||||
</x>
|
||||
</feature>
|
||||
<error code='501' type='cancel'>
|
||||
<error type='cancel'>
|
||||
<feature-not-implemented xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
|
||||
<text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>times-to-meet</text>
|
||||
</error>
|
||||
@ -195,7 +195,7 @@
|
||||
...
|
||||
</x>
|
||||
</feature>
|
||||
<error code='406' type='modify'>
|
||||
<error type='modify'>
|
||||
<not-acceptable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
|
||||
<text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>places-to-meet</text>
|
||||
</error>
|
||||
@ -246,7 +246,7 @@
|
||||
<field var='muc-password'/>
|
||||
</x>
|
||||
</feature>
|
||||
<error code='501' type='cancel'>
|
||||
<error type='cancel'>
|
||||
<feature-not-implemented xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
|
||||
</error>
|
||||
</iq>]]></example>
|
||||
|
Loading…
Reference in New Issue
Block a user