From 312e77fea998a35eba18ed5e35aa9beb209ecaf9 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 16 Feb 2017 10:58:44 +0100 Subject: [PATCH] XEP-0198: Fix example 12 by s/xml/xmlns/ This is a pure editorial change. --- xep-0198.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0198.xml b/xep-0198.xml index 42c1d5ce..0343ea63 100644 --- a/xep-0198.xml +++ b/xep-0198.xml @@ -376,7 +376,7 @@ ]]>

If the server does not support session resumption, it MUST return a <failed/> element, which SHOULD include an error condition of &feature;. If the server does not recognize the 'previd' as an earlier session (e.g., because the former session has timed out), it MUST return a <failed/> element, which SHOULD include an error condition of ¬found;. If the server recogizes the 'previd' as an earlier session that has timed out the server MAY also include a 'h' attribute indicating the number of stanzas received before the timeout. (Note: For this to work the server has to store the SM-ID/sequence number tuple past the time out of the actual session.)