slackbuilds/libraries/iksemel
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
README Fix files with no newline at the end. 2012-05-21 20:01:58 -04:00
iksemel.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
iksemel.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

README

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.