1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-09 21:30:42 +00:00

Add xep-0084 info to doap file

Downloading of avatars was added in
https://github.com/profanity-im/profanity/pull/1240
by me for 0.8.0.

Publishing avatars was added in
https://github.com/profanity-im/profanity/pull/1714
by @MarcoPolo-PasTonMolo for 0.13.0.

Disabling to publish avatar was added in
https://github.com/profanity-im/profanity/pull/1843
by ike08 for the next version.

A later improvement was done in
https://github.com/profanity-im/profanity/pull/1845
by me for the next version.
This commit is contained in:
Michael Vetter 2023-07-03 17:37:18 +02:00
parent db40f78254
commit d43c3460cb

View File

@ -157,6 +157,17 @@
</xmpp:SupportedXep>
</implements>
<!-- XEP-0084: User Avatar -->
<implements>
<xmpp:SupportedXep>
<xmpp:xep rdf:resource='https://xmpp.org/extensions/xep-0084.html'/>
<xmpp:status>complete</xmpp:status>
<xmpp:version>1.1.4</xmpp:version>
<xmpp:since>0.8.0</xmpp:since>
<xmpp:note xml:lang='en'>Since 0.8.0 download support. Since 0.13.0 publish support. Since DEV support to to disable publishing.</xmpp:note>
</xmpp:SupportedXep>
</implements>
<!-- XEP-0085: Chat State Notifications -->
<implements>
<xmpp:SupportedXep>