slackbuilds/libraries/iksemel
Christoph Willing 4727aa904e libraries/iksemel: Update DOWNLOAD and HOMEPAGE url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-04-10 23:04:50 +07:00
..
README libraries/iksemel: Update README. 2016-11-12 06:58:01 +07:00
iksemel.SlackBuild libraries/iksemel: Allow VERSION override from environment. 2017-03-25 01:05:50 +00:00
iksemel.info libraries/iksemel: Update DOWNLOAD and HOMEPAGE url. 2017-04-10 23:04:50 +07:00
slack-desc libraries/iksemel: Update DOWNLOAD and HOMEPAGE url. 2017-04-10 23:04:50 +07:00

README

iksemel (XML parser for Jabber apps)

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.