From 37b33b90a29846e47926c4418211d1b80c46447d Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Wed, 24 Jul 2024 21:50:54 +0200 Subject: [PATCH] XEP-0264: Restrict 'width' and 'height' to the 0..65535 range They were previously unbounded integers, aka BigInt in some languages. This change aligns them to what is currently allowed in XEP-0084 and XEP-0221 for instance. --- xep-0264.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/xep-0264.xml b/xep-0264.xml index 9af6a5bc5..599618211 100644 --- a/xep-0264.xml +++ b/xep-0264.xml @@ -10,7 +10,7 @@ This specification defines a way for a client to supply a preview image for Jingle content. &LEGALNOTICE; 0264 - Deferred + Experimental Standards Track Standards Council @@ -29,6 +29,14 @@ mlundblad@jabber.org &lance; + + 0.4.2 + 2024-07-24 + egp + +

Restrict 'width' and 'height' to the 0..65535 range, instead of being unbounded integers. This is in accordance to XEP-0084 and XEP-0221 for instance.

+
+
0.4.1 2022-09-05 @@ -228,7 +236,7 @@ wish to not include a thumbnail.

The protocol documented by this schema is defined in - xxx + XEP-0264: http://www.xmpp.org/extensions/xep-0264.html @@ -236,8 +244,8 @@ wish to not include a thumbnail.

- - + +