diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-03-07 19:40:08 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-03-07 19:40:08 +0100 |
commit | 9eee52d14caba9343c568390674d5cecc1a4d863 (patch) | |
tree | 3d84a1690d9ec3caeaa93eb9df31320e60d389bc | |
parent | 198ff3e9be7c1410db734cd49b27ab60b8e4aa5b (diff) | |
download | profani-tty-9eee52d14caba9343c568390674d5cecc1a4d863.tar.gz |
Correct omemo xep number in doap file
-rw-r--r-- | profanity.doap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profanity.doap b/profanity.doap index f38596d8..b54649cb 100644 --- a/profanity.doap +++ b/profanity.doap @@ -366,7 +366,7 @@ <!-- XEP-0384: OMEMO Encryption --> <implements> <xmpp:SupportedXep> - <xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0377.html'/> + <xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0384.html'/> <xmpp:status>complete</xmpp:status> <xmpp:version>0.3.0</xmpp:version> <xmpp:since>0.7.0</xmpp:since> |