mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-17 13:22:26 -05:00
Merge branch 'feature/xep-0412'
This commit is contained in:
commit
d4dd1403a0
12
xep-0412.xml
12
xep-0412.xml
@ -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>
|
||||
|
4
xep.xsl
4
xep.xsl
@ -57,7 +57,7 @@ OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
<xsl:text>WARNING: This document has been automatically Deferred after 12 months of inactivity in its previous Experimental state. Implementation of the protocol described herein is not recommended for production systems. However, exploratory implementations are encouraged to resume the standards process.</xsl:text>
|
||||
</xsl:if>
|
||||
<xsl:if test='$thestatus = "Deprecated"'>
|
||||
<xsl:text>WARNING: This document has been </xsl:text><strong>Deprecated</strong><xsl:text> 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:text>WARNING: This document has been </xsl:text><strong>Deprecated</strong><xsl:text> 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 > 0'>
|
||||
@ -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 > 0'>
|
||||
|
Loading…
Reference in New Issue
Block a user