diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-11 16:26:07 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-12 06:58:01 +0700 |
commit | 33ff04713be52d1e058e42c0d773e089effe8ee1 (patch) | |
tree | 55dc9fa0808be3c5b912d41918bd59b85ab518fe /libraries/iksemel | |
parent | c61cb0cc8b4fbca00ff7cbb991c63bdb81f490f5 (diff) |
libraries/iksemel: Update README.
Diffstat (limited to 'libraries/iksemel')
-rw-r--r-- | libraries/iksemel/README | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/libraries/iksemel/README b/libraries/iksemel/README index 3a0176e07bf0..ac3d5c6ba1fe 100644 --- a/libraries/iksemel/README +++ b/libraries/iksemel/README @@ -1,10 +1,15 @@ -iksemel is an XML (eXtensible Markup Language) parser library designed for Jabber applications. +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. + * 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. +iksemel is a dependancy for the re_jabber and chan_gtalk modules when +building Asterisk. |