From 6a995fcc3b70f42b1ccaad35fc880c4fd578e7d3 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 19 Feb 2017 16:21:21 +0000 Subject: [PATCH] XEP-0313: Satisfy xmllint --- xep-0313.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/xep-0313.xml b/xep-0313.xml index 6cc007bd..79d519a1 100644 --- a/xep-0313.xml +++ b/xep-0313.xml @@ -30,8 +30,7 @@ 0.6 2017-02-17 - dg - mw + dg, mw

Namespace bump

Added method for server to communicate the archive id

@@ -262,13 +261,13 @@

By default all messages match a query, and filters are used to request a subset of the archived messages. Filters are specified in a &xep0004; data form included with the query. The hidden FORM_TYPE field MUST be set to this protocol's namespace, 'urn:xmpp:mam:2'. Three further fields are defined by this - XEP and MUST be supported by servers, though all of them are optional for the client. These fields are: + XEP and MUST be supported by servers, though all of them are optional for the client. These fields are:

  • start
  • end
  • with
- Other fields may be used, but are not defined in this document - the naming of new fields MUST be +

Other fields may be used, but are not defined in this document - the naming of new fields MUST be consistent with the format defined in &xep0068;. Servers MUST NOT mark any fields in the form as being required (i.e. with the data forms <required/> element), regardless of whether they are defined in this document or elsewhere.