From 4988e2709a6de917d858ace7afca1195a357c6b5 Mon Sep 17 00:00:00 2001 From: Christian Schudt Date: Sat, 26 Sep 2015 23:47:05 +0200 Subject: [PATCH] XEP-0050: element should be attribute --- xep-0050.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xep-0050.xml b/xep-0050.xml index 5d36250b..209ba91e 100644 --- a/xep-0050.xml +++ b/xep-0050.xml @@ -25,6 +25,12 @@ http://www.xmpp.org/schemas/commands.xsd &linuxwolf; + + 1.2.1 + 2015-10-15 + XEP Editor (mam) + Corrected text regarding "xml:lang" is an attribute not an element (Christian Schudt). + 1.2 2005-06-30 @@ -660,7 +666,7 @@ The command should be completed (if possible). -

The "xml:lang" attribute specifies the language/locale this <command/> is intended for. This element MAY be specified by the requester to request a specific language/locale, and SHOULD be included by the responder to indicate the language/locale in use.

+

The "xml:lang" attribute specifies the language/locale this <command/> is intended for. This attribute MAY be specified by the requester to request a specific language/locale, and SHOULD be included by the responder to indicate the language/locale in use.

The children of a <command/> element (other than <actions/> and <note/>) pertain to the command's execution. The order of these elements denote their precedence, so that those elements earlier in the list have higher precedence.