SlackBuildsOrg/libraries/iksemel
B. Watson 3684c91803 libraries/iksemel: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-13 15:32:59 -04:00
..
iksemel.info
iksemel.SlackBuild
README libraries/iksemel: Wrap README at 72 columns. 2022-03-13 15:32:59 -04:00
slack-desc

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.