diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-09-06 17:10:06 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-09-06 17:10:06 +0200 |
commit | c76978bea77e55d8437274f23aa923478eb25522 (patch) | |
tree | f6539608b84070fca3414ab407c26f0458838928 | |
parent | 359e2614ff40467306e519931be27f52ac2fe2b1 (diff) | |
download | profani-tty-c76978bea77e55d8437274f23aa923478eb25522.tar.gz |
Add xep-0198 to doap
-rw-r--r-- | profanity.doap | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/profanity.doap b/profanity.doap index 8ee17758..97db3647 100644 --- a/profanity.doap +++ b/profanity.doap @@ -235,6 +235,17 @@ </xmpp:SupportedXep> </implements> + <!-- XEP-0198 Stream-Management --> + <implements> + <xmpp:SupportedXep> + <xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0198.html'/> + <xmpp:status>complete</xmpp:status> + <xmpp:version>1.6</xmpp:version> + <xmpp:since>0.13.0</xmpp:since> + <xmpp:note xml:lang='en'></xmpp:note> + </xmpp:SupportedXep> + </implements> + <!-- XEP-0199: XMPP Ping --> <implements> <xmpp:SupportedXep> |