This is an automated email from the ASF dual-hosted git repository.

ralaoui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mina-vysper.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f525af5 doap.xml: add supported platforms and server category (#29)
3f525af5 is described below

commit 3f525af5798af2ee457691f4e4a58c746140fc9c
Author: Sergey Ponomarev <[email protected]>
AuthorDate: Tue Dec 2 20:29:10 2025 +0200

    doap.xml: add supported platforms and server category (#29)
---
 doap.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doap.xml b/doap.xml
index df2fd439..c6cd4e3f 100644
--- a/doap.xml
+++ b/doap.xml
@@ -12,7 +12,13 @@
         <license 
rdf:resource='https://github.com/apache/mina-vysper/blob/master/LICENSE.txt'/>
         <language>en</language>
         <programming-language>Java</programming-language>
+        <os>Linux</os>
+        <os>Windows</os>
+        <os>MacOS</os>
+        <category 
rdf:resource='https://linkmauve.fr/ns/xmpp-doap#category-xmpp'/>
+        <category 
rdf:resource='https://linkmauve.fr/ns/xmpp-doap#category-jabber'/>
         <category 
rdf:resource='https://linkmauve.fr/ns/xmpp-doap#category-library'/>
+        <category 
rdf:resource='https://linkmauve.fr/ns/xmpp-doap#category-server'/>
         <repository>
             <GitRepository>
                 <browse rdf:resource='https://github.com/apache/mina-vysper'/>

Reply via email to