small text and schema fixes

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3027 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2009-04-09 21:34:53 +00:00
parent 0dba7e28cd
commit f59293e368
1 changed files with 3 additions and 3 deletions

View File

@ -1108,7 +1108,7 @@
<section1 topic='Implementation Notes' anchor='impl'>
<section2 topic='Exact JID Matching' anchor='impl-exactmatch'>
<p>When the 'exactmatch' attribute is set to "true" or "1" on an element of &lt;item/&gt;, &lt;list/&gt;, or &lt;remove/&gt;, a 'with' value such as "example.com" matches that exact JID only rather than &lt;*@example.com&gt;, &lt;*@example.com&gt;, or &lt;example.com/*&gt;, and a 'with' value such as "localpart@example.com" matches that exact JID only rather than &lt;localpart@example.com/*&gt;.</p>
<p>When the 'exactmatch' attribute is set to "true" or "1" on an element of &lt;item/&gt;, &lt;list/&gt;, or &lt;remove/&gt;, a 'with' value such as "example.com" matches that exact JID only rather than &lt;*@example.com&gt;, &lt;*@example.com/*&gt;, or &lt;example.com/*&gt;, and a 'with' value such as "localpart@example.com" matches that exact JID only rather than &lt;localpart@example.com/*&gt;.</p>
</section2>
<section2 topic='Time Synchronization' anchor='impl-sync'>
<p>When creating a new collection, it is RECOMMENDED that the client synchronizes the collection start time that it sends to the server with server time. This is important since the user may subsequently retrieve the archived collection using client machines whose UTC clocks are not synchronized with the client machine that uploaded the collection. (i.e. Either or both of the clients' UTC clocks may be wrong.) The client can achieve this synchronization with server time by using &xep0202; to estimate the difference between the server and client UTC clocks.</p>
@ -1310,7 +1310,7 @@
<xs:attribute name='exactmatch' type='xs:boolean' use='optional'/>
<xs:attribute name='expire' type='xs:nonNegativeInteger' use='optional'/>
<xs:attribute name='jid' use='required' type='xs:string'/>
<xs:attribute name='otr' use='required'>
<xs:attribute name='otr' use='optional'>
<xs:simpleType>
<xs:restriction base='xs:NCName'>
<xs:enumeration value='approve'/>
@ -1322,7 +1322,7 @@
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name='save' use='required'>
<xs:attribute name='save' use='optional'>
<xs:simpleType>
<xs:restriction base='xs:NCName'>
<xs:enumeration value='body'/>