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 | 88560a588b9ec3b38bf8deb7d0eff1745c122152 (patch) | |
tree | 7a5f20f7ce6859fab3b4c4e7ffa88669c817f8c3 /doc | |
parent | e06049d395967208a698e475a3c3b95d8654d6c6 (diff) | |
download | prosody-88560a588b9ec3b38bf8deb7d0eff1745c122152.tar.gz prosody-88560a588b9ec3b38bf8deb7d0eff1745c122152.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> |