diff options
author | Kim Alvefur <zash@zash.se> | 2019-10-20 18:46:46 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-10-20 18:46:46 +0200 |
commit | 04cb4aa218ec524bd0852e87ca72f8cd7f1d9033 (patch) | |
tree | 7a5f20f7ce6859fab3b4c4e7ffa88669c817f8c3 /doc | |
parent | 68b32f4c91d4c291699248549004d7f77957566d (diff) | |
download | prosody-04cb4aa218ec524bd0852e87ca72f8cd7f1d9033.tar.gz prosody-04cb4aa218ec524bd0852e87ca72f8cd7f1d9033.zip |
doap: mod_csi_simple tries to follow XEP-0286: Mobile Considerations, not XEP-0268
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index c94b0e5f..bfad0b62 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -426,7 +426,7 @@ </implements> <implements> <xmpp:SupportedXep> - <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0268.html"/> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0286.html"/> <xmpp:since>0.11</xmpp:since> <xmpp:note>mod_csi_simple</xmpp:note> </xmpp:SupportedXep> |