diff options
author | Kim Alvefur <zash@zash.se> | 2019-10-20 16:47:20 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-10-20 16:47:20 +0200 |
commit | 8cfba1f03ef4376d52e2d7edfac240a78c07c758 (patch) | |
tree | 735d2f96731737e77872ea83bb1afc8e5eb9b8cc /doc | |
parent | 09ffa3b261c1c6fc446ac3c742e746365de66376 (diff) | |
download | prosody-8cfba1f03ef4376d52e2d7edfac240a78c07c758.tar.gz prosody-8cfba1f03ef4376d52e2d7edfac240a78c07c758.zip |
doap: Copy longer description from README
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doap.xml b/doc/doap.xml index ed6fc7bb..80393805 100644 --- a/doc/doap.xml +++ b/doc/doap.xml @@ -3,7 +3,7 @@ <Project xmlns="http://usefulinc.com/ns/doap#"> <name>Prosody IM</name> <shortdesc>Lightweight XMPP server</shortdesc> - <description/> + <description>Prosody is a server for Jabber/XMPP written in Lua. It aims to be easy to use and light on resources. For developers, it aims to give a flexible system on which to rapidly develop added functionality or rapidly prototype new protocols.</description> <created>2008-08-22</created> <category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-xmpp"/> <category rdf:resource="https://linkmauve.fr/ns/xmpp-doap#category-jabber"/> |