diff options
author | Kim Alvefur <zash@zash.se> | 2021-11-16 21:15:22 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-11-16 21:15:22 +0100 |
commit | 5e86776f0cd79c418b391c929c11e4189a78d6d1 (patch) | |
tree | 09ca7eaf1235bfb97f3d1ed800292f6ac24036f8 /doc | |
parent | 7683221a64cd152d1ed06552c9003bb4f6f9182f (diff) | |
download | prosody-5e86776f0cd79c418b391c929c11e4189a78d6d1.tar.gz prosody-5e86776f0cd79c418b391c929c11e4189a78d6d1.zip |
mod_smacks: Import from prosody-modules @ eb63890ae8fc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index ab15a77e..0460b328 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -450,6 +450,15 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0198.html"/> + <xmpp:version>1.6</xmpp:version> + <xmpp:status>complete</xmpp:status> + <xmpp:since>0.12.0</xmpp:since> + <xmpp:note>mod_smacks</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0199.html"/> <xmpp:version>2.0.1</xmpp:version> <xmpp:since>0.1.0</xmpp:since> |