mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
corrected examples
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3957 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
1ae344bdeb
commit
d4d8de4fd4
16
xep-0013.xml
16
xep-0013.xml
@ -129,10 +129,8 @@
|
|||||||
<iq type='result'
|
<iq type='result'
|
||||||
from='montague.net'
|
from='montague.net'
|
||||||
to='romeo@montague.net/orchard'>
|
to='romeo@montague.net/orchard'>
|
||||||
<query xmlns='http://jabber.org/protocol/disco#info'/>
|
<query xmlns='http://jabber.org/protocol/disco#info'>
|
||||||
...
|
|
||||||
<feature var='http://jabber.org/protocol/offline'/>
|
<feature var='http://jabber.org/protocol/offline'/>
|
||||||
...
|
|
||||||
</query>
|
</query>
|
||||||
</iq>
|
</iq>
|
||||||
]]></example>
|
]]></example>
|
||||||
@ -243,7 +241,7 @@
|
|||||||
<iq type='set' id='remove1'>
|
<iq type='set' id='remove1'>
|
||||||
<offline xmlns='http://jabber.org/protocol/offline'>
|
<offline xmlns='http://jabber.org/protocol/offline'>
|
||||||
<item action='remove'
|
<item action='remove'
|
||||||
node='2003-02-27T22:49:17.008Z'
|
node='2003-02-27T22:49:17.008Z'/>
|
||||||
<item action='remove'
|
<item action='remove'
|
||||||
node='2003-02-27T22:52:37.225Z'/>
|
node='2003-02-27T22:52:37.225Z'/>
|
||||||
</offline>
|
</offline>
|
||||||
@ -272,8 +270,6 @@
|
|||||||
</offline>
|
</offline>
|
||||||
</message>
|
</message>
|
||||||
|
|
||||||
...
|
|
||||||
|
|
||||||
<iq type='result' to='romeo@montague.net/orchard' id='fetch1'/>
|
<iq type='result' to='romeo@montague.net/orchard' id='fetch1'/>
|
||||||
]]></example>
|
]]></example>
|
||||||
<p>A client MAY retrieve all messages without first requesting message headers. In this case, the server MUST return all of the user's offline messages and also MUST NOT send a flood of offline messages if the user subsequently sends initial presence to the server during this session. That is, the semantics here are the same as for requesting message headers.</p>
|
<p>A client MAY retrieve all messages without first requesting message headers. In this case, the server MUST return all of the user's offline messages and also MUST NOT send a flood of offline messages if the user subsequently sends initial presence to the server during this session. That is, the semantics here are the same as for requesting message headers.</p>
|
||||||
@ -295,7 +291,7 @@
|
|||||||
</section1>
|
</section1>
|
||||||
<section1 topic='Protocol Flow' anchor='flow'>
|
<section1 topic='Protocol Flow' anchor='flow'>
|
||||||
<p>This section shows the flow of protocol between client (C:) and server (S:) for the existing (flood) scenario and the improved (POP3-like) scenario.</p>
|
<p>This section shows the flow of protocol between client (C:) and server (S:) for the existing (flood) scenario and the improved (POP3-like) scenario.</p>
|
||||||
<example caption='Existing Protocol Flow (Flood)'><![CDATA[
|
<code><![CDATA[
|
||||||
C: <stream:stream ...>
|
C: <stream:stream ...>
|
||||||
|
|
||||||
S: <stream:stream ...>
|
S: <stream:stream ...>
|
||||||
@ -310,9 +306,9 @@ S: send message flood to Client
|
|||||||
|
|
||||||
C: receive flood, send and receive messages, etc.
|
C: receive flood, send and receive messages, etc.
|
||||||
|
|
||||||
... and so on]]></example>
|
... and so on]]></code>
|
||||||
<p>The semantics change with POP-like offline message handling, and server behavior changes as well...</p>
|
<p>The semantics change with POP-like offline message handling, and server behavior changes as well...</p>
|
||||||
<example caption='Improved Protocol Flow (POP3-Like)'><![CDATA[
|
<code><![CDATA[
|
||||||
C: <stream:stream ...>
|
C: <stream:stream ...>
|
||||||
|
|
||||||
S: <stream:stream ...>
|
S: <stream:stream ...>
|
||||||
@ -334,7 +330,7 @@ NOTE: Server does not flood Client with offline messages, but
|
|||||||
|
|
||||||
C: request and remove offline messages, send and receive messages, etc.
|
C: request and remove offline messages, send and receive messages, etc.
|
||||||
|
|
||||||
... and so on]]></example>
|
... and so on]]></code>
|
||||||
</section1>
|
</section1>
|
||||||
<section1 topic='Security Considerations' anchor='sec'>
|
<section1 topic='Security Considerations' anchor='sec'>
|
||||||
<p>A server MUST NOT deliver a user's offline messages to any JID except one of the user's authorized resources.</p>
|
<p>A server MUST NOT deliver a user's offline messages to any JID except one of the user's authorized resources.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user