From 8859c55ab08529227f999ab13666a04e3b5e7974 Mon Sep 17 00:00:00 2001 From: Peter Saint-Andre Date: Mon, 19 Mar 2007 21:40:30 +0000 Subject: [PATCH] 0.2 git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@680 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0202.xml | 29 +++++++++++++++++++++++++++++ xep-0203.xml | 35 ++++++++++++++++++++++++++++++++--- 2 files changed, 61 insertions(+), 3 deletions(-) diff --git a/xep-0202.xml b/xep-0202.xml index 493b54f3..8c69576b 100644 --- a/xep-0202.xml +++ b/xep-0202.xml @@ -30,6 +30,12 @@ machekku@uaznia.net machekku@uaznia.net + + 0.2 + 2007-03-19 + psa +

Added service discovery section.

+
0.1 2006-12-20 @@ -101,6 +107,29 @@ ]]>

The standard error conditions described in &xep0086; apply (e.g., &unavailable; if the entity does not support the namespace).

+ +

If an entity supports the Entity Time protocol, it MUST report that by including a service discovery feature of "http://www.xmpp.org/extensions/xep-0202.html#ns" &NSNOTE; in response to a &xep0030; information request:

+ + + + ]]> + + + ... + + ... + + + ]]> +

This protocol was designed in a way that makes migration from XEP-0090 straightforward. This document specifies a different format for the XML character data of the <utc> element (compliant with XEP-0082) and specifies a new <tzo> element for the numeric offset from UTC, while removing the formerly optional and effectively useless <display/> and <tz/> elements.

Implementations that support XEP-0090 should support the protocol defined herein as soon as possible, but should continue to support the protocol defined in XEP-0090 for backwards compatibility until the status of that specification is changed to Obsolete.

diff --git a/xep-0203.xml b/xep-0203.xml index f64783ce..0b15ca1c 100644 --- a/xep-0203.xml +++ b/xep-0203.xml @@ -22,8 +22,14 @@ XEP-0091 - Not yet assigned + NOT YET ASSIGNED &stpeter; + + 0.2 + 2007-03-19 + psa +

Added service discovery section.

+
0.1 2006-12-20 @@ -55,12 +61,12 @@ Inclusion - <from/> + from The Jabber ID of the entity that originally sent the XML stanza or that delayed the delivery of the stanza (e.g., the address of a multi-user chat room). RECOMMENDED - <stamp/> + stamp The time when the XML stanza was originally sent. The format MUST adhere to the dateTime format specified in XEP-0082 and MUST be expressed in UTC. REQUIRED @@ -112,6 +118,29 @@ ]]>
+ +

If an entity supports the Delayed Delivery protocol, it MUST report that by including a service discovery feature of "http://www.xmpp.org/extensions/xep-0203.html#ns" &NSNOTE; in response to a &xep0030; information request:

+ + + + ]]> + + + ... + + ... + + + ]]> +

This protocol was designed in a way that makes migration from XEP-0091 straightforward. All attributes present in the 'jabber:x:delay' namespace are present in the namespace defined herein. However, this document specifies a different format for the value of the <stamp> attribute (compliant with XEP-0082).

Implementations that support XEP-0091 should support the protocol defined herein as soon as possible, but should continue to support the protocol defined in XEP-0091 for backwards compatibility until the status of that specification is changed to Obsolete.