mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 01:02:17 -05:00
XEP-0366: Fix typos
Remove author info for Doug who no longer works at Atlassian. Change author info for Sam to use the entity.
This commit is contained in:
parent
c67e1d568e
commit
b87c35353c
22
xep-0366.xml
22
xep-0366.xml
@ -25,17 +25,17 @@
|
|||||||
<supersedes />
|
<supersedes />
|
||||||
<supersededby />
|
<supersededby />
|
||||||
<shortname>EV</shortname>
|
<shortname>EV</shortname>
|
||||||
<author>
|
&sam;
|
||||||
<firstname>Sam</firstname>
|
|
||||||
<surname>Whited</surname>
|
|
||||||
<email>swhited@atlassian.com</email>
|
|
||||||
<jid>sam@samwhited.com</jid>
|
|
||||||
</author>
|
|
||||||
<author>
|
<author>
|
||||||
<firstname>Doug</firstname>
|
<firstname>Doug</firstname>
|
||||||
<surname>Keen</surname>
|
<surname>Keen</surname>
|
||||||
<email>dkeen@atlassian.com</email>
|
|
||||||
</author>
|
</author>
|
||||||
|
<revision>
|
||||||
|
<version>0.1.1</version>
|
||||||
|
<date>2016-07-11</date>
|
||||||
|
<initials>ssw</initials>
|
||||||
|
<remark><p>Typo fixes.</p></remark>
|
||||||
|
</revision>
|
||||||
<revision>
|
<revision>
|
||||||
<version>0.1</version>
|
<version>0.1</version>
|
||||||
<date>2015-12-15</date>
|
<date>2015-12-15</date>
|
||||||
@ -87,7 +87,7 @@
|
|||||||
multiple versions of an entity list or maintain other redundant state.
|
multiple versions of an entity list or maintain other redundant state.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Inconsistant state between servers in a cluster should not cause cache
|
Inconsistent state between servers in a cluster should not cause cache
|
||||||
invalidation for the entire entity list.
|
invalidation for the entire entity list.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@ -101,10 +101,10 @@
|
|||||||
<dt>Aggregate Token</dt>
|
<dt>Aggregate Token</dt>
|
||||||
<dd>
|
<dd>
|
||||||
A hash which represents the state of a list of entities, and changes if
|
A hash which represents the state of a list of entities, and changes if
|
||||||
any of those entities changes.
|
any of the entities change.
|
||||||
</dd>
|
</dd>
|
||||||
<dt>Versioned Entity</dt>
|
<dt>Versioned Entity</dt>
|
||||||
<dd>Any abstract object which may be versioned (eg. rooms, users).</dd>
|
<dd>Any object which may be versioned (eg. rooms, users).</dd>
|
||||||
<dt>Version Token</dt>
|
<dt>Version Token</dt>
|
||||||
<dd>
|
<dd>
|
||||||
A short, case sensitive string which represents an entity and changes if
|
A short, case sensitive string which represents an entity and changes if
|
||||||
@ -244,7 +244,7 @@
|
|||||||
this document. Similarly, clients MAY also add version nodes for each
|
this document. Similarly, clients MAY also add version nodes for each
|
||||||
version token they possess to the request for a list (not specifying a
|
version token they possess to the request for a list (not specifying a
|
||||||
version token will force the server to send information on that entity to
|
version token will force the server to send information on that entity to
|
||||||
the client). If a server sends up a list of version tokens, the server
|
the client). If a client sends up a list of version tokens, the server
|
||||||
MUST then check to see if those tokens correspond to any entity which it
|
MUST then check to see if those tokens correspond to any entity which it
|
||||||
knows about, and not send down any entities with matching version tokens
|
knows about, and not send down any entities with matching version tokens
|
||||||
in the response.
|
in the response.
|
||||||
|
Loading…
Reference in New Issue
Block a user