diff options
author | Kim Alvefur <zash@zash.se> | 2022-08-15 16:35:14 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-08-15 16:35:14 +0200 |
commit | 2294d8b8e08fbf75985bd976bc32c79293a478ef (patch) | |
tree | ba6936ecc853c0da8fd3f54f9fcdfe0a6388bc52 /doc | |
parent | cbff90a7ac5236a86accefdfd501147a1b5007fc (diff) | |
download | prosody-2294d8b8e08fbf75985bd976bc32c79293a478ef.tar.gz prosody-2294d8b8e08fbf75985bd976bc32c79293a478ef.zip |
mod_time: Remove obsolete XEP-0090 support
Deprecated even before Prosody even started, obsolete for over a decade.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 93376268..2bddedd5 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -241,7 +241,8 @@ <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0090.html"/> <xmpp:version>1.2</xmpp:version> <xmpp:since>0.1.0</xmpp:since> - <xmpp:status>complete</xmpp:status> + <xmpp:until>trunk</xmpp:until> + <xmpp:status>removed</xmpp:status> <xmpp:note>mod_time</xmpp:note> </xmpp:SupportedXep> </implements> |