aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/iksemel/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/libraries/iksemel/README b/libraries/iksemel/README
index ac3d5c6ba1..9dfa318653 100644
--- a/libraries/iksemel/README
+++ b/libraries/iksemel/README
@@ -3,9 +3,11 @@ 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).
+ * 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.
+ 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.