diff options
Diffstat (limited to 'net-im/p5-DJabberd/pkg-descr')
-rw-r--r-- | net-im/p5-DJabberd/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net-im/p5-DJabberd/pkg-descr b/net-im/p5-DJabberd/pkg-descr new file mode 100644 index 000000000000..404c9620ca9b --- /dev/null +++ b/net-im/p5-DJabberd/pkg-descr @@ -0,0 +1,8 @@ +DJabberd is a high-performance, scalable, extensible Jabber/XMPP server +framework. While it comes with an example server, it's really a set of +classes for you to build your own Jabber server without understanding +Jabber. Instead of working with XML and protocol-specific details, you +subclass parts and work with sane objects and data structures and let +DJabberd do all the ugly work. + +WWW: http://search.cpan.org/dist/DJabberd/ |