Skip to content

Commit

Permalink
Add jxmpp library
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed May 22, 2024
1 parent 3c28394 commit d766227
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/software.json
Original file line number Diff line number Diff line change
Expand Up @@ -1647,6 +1647,15 @@
"url": null
},
{
"categories": [
"library"
],
"doap": "/hosted-doap/jxmpp.doap",
"name": "JXMPP",
"platforms": [],
"url": null
},
{
"categories": [
"client"
],
Expand Down
17 changes: 17 additions & 0 deletions static/hosted-doap/jxmpp.doap
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?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#"
>
<Project>
<name>Smack</name>
<homepage rdf:resource="https://github.com/igniterealtime/jxmpp"/>
<programming-language>Java</programming-language>
<os>Android</os>
<os>Linux</os>
<os>macOS</os>
<os>Windows</os>

<category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-library"/>
</Project>
</rdf:RDF>

0 comments on commit d766227

Please sign in to comment.