[Lunar-commits] <moonbase> iksemel: adding a module. Will be an optional depends for asterisk

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Tue Apr 14 01:15:28 CEST 2009


commit 904135eb6f41378b1782490c3f195a33ff65fbd1
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Mon Apr 13 19:15:28 2009 -0400

    iksemel: adding a module. Will be an optional depends for asterisk
    
    when I get it a little more fleshed out.
---
 libs/iksemel/DETAILS |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/libs/iksemel/DETAILS b/libs/iksemel/DETAILS
new file mode 100644
index 0000000..5661ed5
--- /dev/null
+++ b/libs/iksemel/DETAILS
@@ -0,0 +1,29 @@
+          MODULE=iksemel
+         VERSION=1.3
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://iksemel.googlecode.com/files/
+      SOURCE_VFY=sha1:6b3e2c5e8990e71bc435918c60147c56c4f1a68a
+        WEB_SITE=http://code.google.com/p/iksemel/
+         ENTERED=20090413
+         UPDATED=20090413
+           SHORT="an XML parser library for jabber"
+
+cat << EOF
+iksemel is an XML (eXtensible Markup Language) parser library designed for 
+Jabber applications.
+
+Some features:
+
+    * Highly portable, builds on all POSIX environments and Windows (via mingw). 
+
+    * Suitable for embedded systems. Code is small and highly modular, you can 
+      trim unneeded parts. Memory usage is low, parser is quite fast. 
+
+    * Provides SAX, DOM and XMPP parsers. 
+
+    * TLS (via gnutls) and SASL support for XMPP security. 
+
+    * Only UTF8 encoding is built-in supported. 
+
+    * Fully documented with examples. 
+EOF


More information about the Lunar-commits mailing list