mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
0.5 RC1 added reference to ESessions requirements
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@871 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
06d8724514
commit
0bfb79a45b
@ -70,6 +70,12 @@
|
||||
<supersededby>None</supersededby>
|
||||
<shortname>offlineesession</shortname>
|
||||
&ianpaterson;
|
||||
<revision>
|
||||
<version>0.5</version>
|
||||
<date>2007-05-30</date>
|
||||
<initials>ip</initials>
|
||||
<remark><p>Added reference to Requirements for Encrypted Sessions</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.4</version>
|
||||
<date>2006-11-27</date>
|
||||
@ -380,7 +386,7 @@
|
||||
|
||||
<section1 topic="Exchanging Stanzas" anchor='exchange'>
|
||||
<p>Alice MUST NOT send encrypted content within an offline ESession started by Bob. If Bob is conducting an offline ESession with Alice when she is online (e.g., if he is not subscribing to her presence), then if Alice wants to send a stanza to Bob, she MUST terminate the offline ESession and start a new online ESession first.</p>
|
||||
<p>For Offline ESessions, Bob SHOULD include a 'Created' SHIM header in the encrypted content. Assuming she trusts Bob, Alice SHOULD trust this header and ignore the unencrypted &xep0203; element inserted by her server.</p>
|
||||
<p>For Offline ESessions, Bob SHOULD include a 'Created' SHIM header in the encrypted content. Assuming she trusts Bob, Alice SHOULD trust this header and ignore the unencrypted &xep0091; element inserted by her server.</p>
|
||||
<example caption='Unencrypted Stanza'><![CDATA[
|
||||
<message from='bob@example.com/laptop'
|
||||
to='alice@example.org/pda'
|
||||
|
Loading…
Reference in New Issue
Block a user