mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05: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:
parent
db40f78254
commit
d43c3460cb
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user