From cec244b98bc693d9f3e73d56bf65f8288daa424e Mon Sep 17 00:00:00 2001 From: Ian Paterson Date: Thu, 15 Mar 2007 19:49:22 +0000 Subject: [PATCH] specified that normalized XML contains no xmlns attributes or namespace prefixes git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@668 4b5297f7-1745-476d-ba37-a9c6900126ab --- xep-0116.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xep-0116.xml b/xep-0116.xml index ca5ac416..d2c08f82 100644 --- a/xep-0116.xml +++ b/xep-0116.xml @@ -753,7 +753,7 @@ - +

Before Base-64 encoding, hashing or HMACing an arbitrary-length integer, the integer MUST first be converted to a "big endian" bitstring. The bitstring MUST then be padded with leading zero bits so that there are an integral number of octets. Finally, if the integer is not of fixed bit-length (i.e. not a hash or HMAC result) and the bitstring contains leading octets that are zero, these MUST be removed (so the high-order octet is non-zero).

@@ -769,6 +769,7 @@
  • Ensure there are no character references
  • Convert empty elements to start-end tag pairs
  • Ensure there is no whitespace except for single spaces before attributes
  • +
  • Ensure there are no "xmlns" attributes or namespace prefixes.