From 33ff04713be52d1e058e42c0d773e089effe8ee1 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 11 Nov 2016 16:26:07 -0500 Subject: libraries/iksemel: Update README. --- libraries/iksemel/README | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'libraries/iksemel') diff --git a/libraries/iksemel/README b/libraries/iksemel/README index 3a0176e07b..ac3d5c6ba1 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. -- cgit v1.2.3-65-gdbad