summaryrefslogtreecommitdiffstats
path: root/libraries/iksemel/README
diff options
context:
space:
mode:
author Stu Miller <slackbuilds@go4it2day.com>2012-04-15 11:36:08 -0400
committer Erik Hanson <erik@slackbuilds.org>2012-04-16 05:35:57 -0500
commit5b85cc87420e57ce670afce8b733e3395a336c3e (patch)
tree9e75f95cce68dadb1d2a275de099a06de2445c0e /libraries/iksemel/README
parentc4e1a92e0b14e056ad7a347d7bd2ccd968437af9 (diff)
downloadslackbuilds-5b85cc87420e57ce670afce8b733e3395a336c3e.tar.gz
slackbuilds-5b85cc87420e57ce670afce8b733e3395a336c3e.tar.xz
libraries/iksemel: Added (XML parser for Jabber apps)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/iksemel/README')
-rw-r--r--libraries/iksemel/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/iksemel/README b/libraries/iksemel/README
new file mode 100644
index 0000000000..0ff588ce24
--- /dev/null
+++ b/libraries/iksemel/README
@@ -0,0 +1,10 @@
+iksemel is an XML (eXtensible Markup Language) parser library designed for Jabber applications.
+
+ * 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.
+
+iksemel is a dependancy for the re_jabber and chan_gtalk modules when building Asterisk. \ No newline at end of file