From 5b85cc87420e57ce670afce8b733e3395a336c3e Mon Sep 17 00:00:00 2001 From: Stu Miller Date: Sun, 15 Apr 2012 11:36:08 -0400 Subject: libraries/iksemel: Added (XML parser for Jabber apps) Signed-off-by: dsomero --- libraries/iksemel/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libraries/iksemel/README (limited to 'libraries/iksemel/README') 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 -- cgit v1.2.3-80-g2a13