git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@713 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-03-30 03:22:05 +00:00
parent 9a223fbd9c
commit 173ac59b0f
1 changed files with 9 additions and 9 deletions

View File

@ -46,7 +46,7 @@
<presence
type='probe'
from='romeo@montague.net/orchard'
to='juliet@montague.net'
to='juliet@capulet.com'
id='poke1'>
<poke xmlns='http://jabber.org/protocol/poke'/>
</presence>
@ -55,7 +55,7 @@
<example caption='Server returns service unavailable error'><![CDATA[
<presence
type='error'
from='juliet@montague.net'
from='juliet@capulet.com'
to='romeo@montague.net/orchard'
id='poke1'>
<poke xmlns='http://jabber.org/protocol/poke'/>
@ -69,7 +69,7 @@
<example caption='Server returns forbidden error'><![CDATA[
<presence
type='error'
from='juliet@montague.net'
from='juliet@capulet.com'
to='romeo@montague.net/orchard'
id='poke1'>
<poke xmlns='http://jabber.org/protocol/poke'/>
@ -88,7 +88,7 @@
<p>If the server determines that the user is physically present in the vicinity of a client, it SHOULD return that information to the requesting entity, including the appropriate resource:</p>
<example caption='Server returns success'><![CDATA[
<presence
from='juliet@montague.net/chamber'
from='juliet@capulet.com/chamber'
to='romeo@montague.net/orchard'
id='poke1'>
<poke xmlns='http://jabber.org/protocol/poke'/>
@ -98,7 +98,7 @@
<example caption='Server returns request timeout error'><![CDATA[
<presence
type='error'
from='juliet@montague.net'
from='juliet@capulet.com'
to='romeo@montague.net/orchard'
id='poke1'>
<poke xmlns='http://jabber.org/protocol/poke'/>
@ -112,7 +112,7 @@
<example caption='Server returns gone error'><![CDATA[
<presence
type='error'
from='juliet@montague.net'
from='juliet@capulet.com'
to='romeo@montague.net/orchard'
id='poke1'>
<poke xmlns='http://jabber.org/protocol/poke'/>
@ -131,7 +131,7 @@
<example caption='Poking via the client'><![CDATA[
<iq type='get'
from='romeo@montague.net/orchard'
to='juliet@montague.net/balcony'
to='juliet@capulet.com/balcony'
id='poke2'>
<poke xmlns='http://jabber.org/protocol/poke'
method='taste'/>
@ -141,7 +141,7 @@
<p>Note that the preceding example includes the optional 'method' attribute. If the target entity does not support the specified method, it MAY return a "Feature Not Implemented" error:</p>
<example caption='Client returns feature not implemented error'><![CDATA[
<iq type='error'
from='juliet@montague.net/balcony'
from='juliet@capulet.com/balcony'
to='romeo@montague.net/orchard'
id='poke1'>
<poke xmlns='http://jabber.org/protocol/poke'/>
@ -155,7 +155,7 @@
<p>If the client determines that the user is physically present, it SHOULD return presence to the requesting entity (subject to privacy lists and any other appropriate access controls):</p>
<example caption='Client returns success'><![CDATA[
<iq type='result'
from='juliet@montague.net/balcony'
from='juliet@capulet.com/balcony'
to='romeo@montague.net/orchard'
id='poke1'>
<poke xmlns='http://jabber.org/protocol/poke'