From e0089e159df4a3937f764a7068c7c4c1a3a7e051 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 27 Jan 2019 19:21:32 +0100 Subject: [PATCH] XEP-0084: Bump the maximum of @width and @height to 65535. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There are many avatars out there being bigger than 255×255, this lets implementations relying on the schema accept them. --- xep-0084.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/xep-0084.xml b/xep-0084.xml index 3940e1da..ceb0cf62 100644 --- a/xep-0084.xml +++ b/xep-0084.xml @@ -37,6 +37,12 @@ &pgmillard; &temas; &xvirge; + + 1.1.2 + 2019-01-27 + egp +

Bump the maximum value 'width' and 'height' attributes from 255 to 65535 in the schema, to accomodate current usage.

+
1.1.1 2016-07-09 @@ -361,7 +367,7 @@ height - The height of the image in pixels. + The height of the image in pixels, if available. RECOMMENDED @@ -381,7 +387,7 @@ width - The width of the image in pixels + The width of the image in pixels, if available. RECOMMENDED @@ -399,10 +405,10 @@

The <pointer/> element MAY possess the following attributes if the publishing application has the relevant information:

The content of the <pointer/> element MUST be a properly-namespaced child element that specifies information about how to retrieve the avatar from the third-party service. The structure for any such child element is out of scope for this document.

Even if the <pointer> element is included, it MUST be preceded by at least one instance of the <info/> element so that implementations that do not support the <pointer/> element can display a "fallback" format of the avatar (at a minimum, "image/png").

@@ -584,11 +590,11 @@ - + - +