summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-11-07 11:13:31 +0100
committerBadlop <badlop@process-one.net>2022-11-07 11:13:31 +0100
commit3b3d3eaa04bbacc8c03f1d0c050e348ad84f9d0e (patch)
treedff727d604531b356b1e6fd861571d46e91417bb
parentFix DOAP file logo namespace (diff)
Run "make doap" to update ejabberd's DOAP file
-rw-r--r--ejabberd.doap5
1 files changed, 3 insertions, 2 deletions
diff --git a/ejabberd.doap b/ejabberd.doap
index c79c961a..e8ea50a4 100644
--- a/ejabberd.doap
+++ b/ejabberd.doap
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://usefulinc.com/ns/doap#"
- xmlns:xmpp="https://linkmauve.fr/ns/xmpp-doap#">
+ xmlns:xmpp="https://linkmauve.fr/ns/xmpp-doap#"
+ xmlns:schema="https://schema.org/">
<Project>
<name>ejabberd</name>
<shortdesc>XMPP Server with MQTT Broker and SIP Service</shortdesc>
@@ -21,7 +22,7 @@
<download-page rdf:resource="https://www.process-one.net/en/ejabberd/downloads/"/>
<download-mirror rdf:resource="https://github.com/processone/ejabberd/tags"/>
<license rdf:resource="https://raw.githubusercontent.com/processone/ejabberd/master/COPYING"/>
- <logo rdf:resource="https://docs.ejabberd.im/static/shared/images/footer_logo_e@2x.png"/>
+ <schema:logo rdf:resource="https://docs.ejabberd.im/static/shared/images/footer_logo_e@2x.png"/>
<bug-database rdf:resource="https://github.com/processone/ejabberd/issues"/>
<support-forum rdf:resource="xmpp:ejabberd@conference.process-one.net?join"/>
<repository>