aboutsummaryrefslogtreecommitdiff
path: root/libraries/iksemel/README
diff options
context:
space:
mode:
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 000000000000..0ff588ce2403
--- /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