Skip to content

Commit

Permalink
Add xep-0084 info to doap file
Browse files Browse the repository at this point in the history
Downloading of avatars was added in
#1240
by me for 0.8.0.

Publishing avatars was added in
#1714
by @MarcoPolo-PasTonMolo for 0.13.0.

Disabling to publish avatar was added in
#1843
by ike08 for the next version.

A later improvement was done in
#1845
by me for the next version.
  • Loading branch information
jubalh committed Jul 3, 2023
1 parent db40f78 commit d43c346
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions profanity.doap
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d43c346

Please sign in to comment.