mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
1.1
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@706 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
5661550807
commit
1eb2a7a3b9
20
xep-0090.xml
20
xep-0090.xml
@ -7,22 +7,29 @@
|
||||
<xep>
|
||||
<header>
|
||||
<title>Entity Time</title>
|
||||
<abstract>This document provides canonical documentation of the existing 'jabber:iq:time' namespace currently used within the Jabber community.</abstract>
|
||||
<abstract>This specification provides historical documentation of the jabber:iq:time namespace, which has been deprecated in favor the urn:xmpp:time namespace defined in XEP-0202.</abstract>
|
||||
&LEGALNOTICE;
|
||||
<number>0090</number>
|
||||
<status>Active</status>
|
||||
<status>Deprecated</status>
|
||||
<type>Historical</type>
|
||||
<sig>Standards</sig>
|
||||
<dependencies>
|
||||
<spec>XMPP Core</spec>
|
||||
</dependencies>
|
||||
<supersedes/>
|
||||
<supersededby/>
|
||||
<supersededby><spec>XEP-0202</spec></supersededby>
|
||||
<shortname>iq-time</shortname>
|
||||
<schemaloc>
|
||||
<url>http://www.xmpp.org/schemas/iq-time.xsd</url>
|
||||
</schemaloc>
|
||||
<expires>2007-12-31</expires>
|
||||
&stpeter;
|
||||
<revision>
|
||||
<version>1.1</version>
|
||||
<date>2007-03-28</date>
|
||||
<initials>psa</initials>
|
||||
<remark>Per a vote of the XMPP Council, deprecated in favor of XEP-0202.</remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>1.0</version>
|
||||
<date>2003-10-08</date>
|
||||
@ -37,7 +44,8 @@
|
||||
</revision>
|
||||
</header>
|
||||
<section1 topic='Introduction'>
|
||||
<p>The Jabber protocols have long included a method for discovering the time at another entity's location. This method makes use of the 'jabber:iq:time' namespace and has been documented variously in Internet-Drafts and elsewhere. Because this protocol is not required by &rfc2779;, the 'jabber:iq:time' namespace was removed from &xmppim;. This specification fills the void for canonical documentation.</p>
|
||||
<p class='note'>Note: This specification has been deprecated in favor of &xep0202;.</p>
|
||||
<p>This document provides canonical documentation of the 'jabber:iq:time' namespace, which was long used by Jabber applications to discover the time at another entity's location. This document is of historical importance only, since it has been deprecated in favor of <cite>XEP-0202</cite>.</p>
|
||||
</section1>
|
||||
<section1 topic='Definition'>
|
||||
<p>The 'jabber:iq:time' namespace provides a standard way for Jabber entities to exchange information about the local time (e.g., to "ping" another entity or check network latency). The information is communicated in a request/response pair using an &IQ; element that contains a &QUERY; scoped by the 'jabber:iq:time' namespace. The following children of the &QUERY; element are allowed in an IQ result:</p>
|
||||
@ -96,6 +104,10 @@
|
||||
<xs:documentation>
|
||||
The protocol documented by this schema is defined in
|
||||
XEP-0090: http://www.xmpp.org/extensions/xep-0090.html
|
||||
|
||||
NOTE: This protocol has been deprecated in favor of the
|
||||
Entity Time protocol specified in XEP-0202:
|
||||
http://www.xmpp.org/extensions/xep-0202.html
|
||||
</xs:documentation>
|
||||
</xs:annotation>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user