diff options
author | Kim Alvefur <zash@zash.se> | 2021-09-06 23:21:25 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-09-06 23:21:25 +0200 |
commit | 8bde7461c18460e4fbbc87be6d0853d2a645d5ba (patch) | |
tree | 38f27bdf1f117c88f6b38bbaf66d4245645d92e1 /doc | |
parent | 3b0eb07e5db79a12e56f8248f9d788504f3926de (diff) | |
download | prosody-8bde7461c18460e4fbbc87be6d0853d2a645d5ba.tar.gz prosody-8bde7461c18460e4fbbc87be6d0853d2a645d5ba.zip |
mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index 34a696b4..b2863b19 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -446,6 +446,13 @@ </implements> <implements> <xmpp:SupportedXep> + <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0205.html"/> + <xmpp:since>0.12.0</xmpp:since> + <xmpp:note>stanza size limits, bandwidth limits, stanza-too-big error condition</xmpp:note> + </xmpp:SupportedXep> + </implements> + <implements> + <xmpp:SupportedXep> <xmpp:xep rdf:resource="https://xmpp.org/extensions/xep-0206.html"/> <xmpp:version>1.2</xmpp:version> <xmpp:since>0.2.0</xmpp:since> |