From 92799f6fcde5bd24b59a26ac4100b665afff62d9 Mon Sep 17 00:00:00 2001 From: Yquas <81969859+Yquas@users.noreply.github.com> Date: Wed, 25 Aug 2021 12:58:26 +0200 Subject: [PATCH 1/3] Update xep-0082.xml --- xep-0082.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0082.xml b/xep-0082.xml index bc4300a6..67835040 100644 --- a/xep-0082.xml +++ b/xep-0082.xml @@ -146,7 +146,7 @@

The 'date', 'dateTime', and 'time' datatypes defined in XML Schema address several "edge cases" such as dates before the year 0000 and after the year 9999, as well as odd timezones no longer in use; most Jabber applications can safely ignore these edge cases, since it is highly unlikely that a Jabber entity will generate such representations.

-

The timezone specifier of a ISO 8601 encoded time can reveal a geographic location to some degree, if it's set to the local time of a user, and thus concerns users' privcacy. To avoid this issue developers are advised to convert local time to UTC before sending ISO 8601 encoded times into the XMPP network.

+

The timezone specifier of a ISO 8601 encoded time can reveal a geographic location to some degree, if it's set to the local time of a user, and thus concerns users' privacy. To avoid this issue developers are advised to convert local time to UTC before sending ISO 8601 encoded times into the XMPP network.

This document requires no interaction with &IANA;.

From d53a5710decc015fce52d0fa70db99d84d29c8f5 Mon Sep 17 00:00:00 2001 From: Yquas <81969859+Yquas@users.noreply.github.com> Date: Wed, 25 Aug 2021 14:29:25 +0200 Subject: [PATCH 2/3] Update xep-0082.xml Corrected 'a ISO' to 'an ISO'. --- xep-0082.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0082.xml b/xep-0082.xml index 67835040..e57ffd43 100644 --- a/xep-0082.xml +++ b/xep-0082.xml @@ -146,7 +146,7 @@

The 'date', 'dateTime', and 'time' datatypes defined in XML Schema address several "edge cases" such as dates before the year 0000 and after the year 9999, as well as odd timezones no longer in use; most Jabber applications can safely ignore these edge cases, since it is highly unlikely that a Jabber entity will generate such representations.

-

The timezone specifier of a ISO 8601 encoded time can reveal a geographic location to some degree, if it's set to the local time of a user, and thus concerns users' privacy. To avoid this issue developers are advised to convert local time to UTC before sending ISO 8601 encoded times into the XMPP network.

+

The timezone specifier of an ISO 8601 encoded time can reveal a geographic location to some degree, if it's set to the local time of a user, and thus concerns users' privacy. To avoid this issue developers are advised to convert local time to UTC before sending ISO 8601 encoded times into the XMPP network.

This document requires no interaction with &IANA;.

From 2a98decb6020ec56d04a5bc2f25d04c567caac3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Tue, 31 Aug 2021 17:27:29 +0200 Subject: [PATCH 3/3] XEP-0082: add revision block --- xep-0082.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xep-0082.xml b/xep-0082.xml index e57ffd43..b848aebc 100644 --- a/xep-0082.xml +++ b/xep-0082.xml @@ -23,6 +23,12 @@ N/A &stpeter; &tobias; + + 1.1.1 + 2021-08-31 + @Yquas +

Fix typos

+
1.1 2013-09-26