1
0
mirror of https://github.com/moparisthebest/xeps synced 2025-01-05 10:58:00 -05:00

Merge branch 'feature/xep-0412'

This commit is contained in:
Jonas Schäfer 2020-01-28 19:01:53 +01:00
commit d4dd1403a0
2 changed files with 12 additions and 4 deletions

View File

@ -18,7 +18,7 @@
</abstract>
&LEGALNOTICE;
<number>0412</number>
<status>Draft</status>
<status>Obsolete</status>
<lastcall>2019-02-29</lastcall>
<type>Standards Track</type>
<sig>Standards</sig>
@ -51,7 +51,9 @@
<supersedes>
<spec>XEP-0387</spec>
</supersedes>
<supersededby/>
<supersededby>
<spec>XEP-0423</spec>
</supersededby>
<shortname>CS2019</shortname>
<author>
<firstname>Georg</firstname>
@ -59,6 +61,12 @@
<email>georg@op-co.de</email>
<jid>georg@yax.im</jid>
</author>
<revision>
<version>1.0.1</version>
<date>2020-01-28</date>
<initials>XEP Editor (jsc)</initials>
<remark>Deprecate and Obsolete per Council vote on 2020-01-22</remark>
</revision>
<revision>
<version>1.0.0</version>
<date>2019-04-04</date>

View File

@ -89,7 +89,7 @@ OR OTHER DEALINGS IN THE SOFTWARE.
<xsl:text>NOTICE: The protocol defined herein is a </xsl:text><strong>Final Standard</strong><xsl:text> of the XMPP Standards Foundation and can be considered a stable technology for implementation and deployment.</xsl:text>
</xsl:if>
<xsl:if test='$thestatus = "Obsolete"'>
<xsl:text>WARNING: This document has been obsoleted by the XMPP Standards Foundation. Implementation of the protocol described herein is not recommended. Developers desiring similar functionality are advised to implement the protocol that supersedes this on</xsl:text>
<xsl:text>WARNING: This document has been obsoleted by the XMPP Standards Foundation. Implementation of the protocol described herein is not recommended. Developers desiring similar functionality are advised to implement the protocol that supersedes this one </xsl:text>
<xsl:variable name='supersededby.count' select='count(/xep/header/supersededby/spec)'/>
<xsl:choose>
<xsl:when test='$supersededby.count &gt; 0'>