diff options
author | Kim Alvefur <zash@zash.se> | 2022-10-20 14:04:56 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2022-10-20 14:04:56 +0200 |
commit | a46ae8cb89d83b98a5e3f8da1d958905b2cb78ac (patch) | |
tree | 3fbee31fc79cb0dd3a92ba31017caa958d4d4064 /doc | |
parent | d4f4f76c3c703a323a712119e60eb3dbe053cbbd (diff) | |
download | prosody-a46ae8cb89d83b98a5e3f8da1d958905b2cb78ac.tar.gz prosody-a46ae8cb89d83b98a5e3f8da1d958905b2cb78ac.zip |
mod_c2s,mod_s2s: Adapt to XEP-xxxx: Stream Limits Advertisement
Thanks MattJ
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index b8973799..2bc2ea9a 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -865,5 +865,9 @@ <xmpp:status>complete</xmpp:status> </xmpp:SupportedXep> </implements> + <implements> + <xmpp:xep rdf:resources="https://xmpp.org/extensions/inbox/xep-sla.xml"/> + <xmpp:since>trunk</xmpp:since> + </implements> </Project> </rdf:RDF> |