diff options
author | Kim Alvefur <zash@zash.se> | 2020-05-27 19:47:52 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-05-27 19:47:52 +0200 |
commit | 1c0950bc362d76da12c33ea7e0f87545556c2a82 (patch) | |
tree | 8e519ef4514a1d6a9a507b4b09c8ca8326af7d34 /doc | |
parent | 9eb8214030a32056841d8cc537430e7dccab1c33 (diff) | |
download | prosody-1c0950bc362d76da12c33ea7e0f87545556c2a82.tar.gz prosody-1c0950bc362d76da12c33ea7e0f87545556c2a82.zip |
mod_server_contact_info: Add status-addresses field
XEP-0157 version 1.1.0
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 4937ccb7..ef1437e7 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -284,7 +284,7 @@ <implements> <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0157.html"/> - <xmpp:version>1.0.1</xmpp:version> + <xmpp:version>1.1.0</xmpp:version> <xmpp:since>0.10</xmpp:since> </xmpp:SupportedXep> </implements> |