SlackBuildsOrg/libraries/iksemel
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
This field used to make sense in our pre-git days, but
the Signed-Off-By: line serves the same purpose (and
even more) now, so APPROVED has been rejected.  ;-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2012-08-14 23:22:50 -05:00
..
iksemel.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
iksemel.SlackBuild
README
slack-desc

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.