diff options
author | Stu Miller <slackbuilds@go4it2day.com> | 2012-04-15 11:36:08 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-16 05:35:57 -0500 |
commit | 5b85cc87420e57ce670afce8b733e3395a336c3e (patch) | |
tree | 9e75f95cce68dadb1d2a275de099a06de2445c0e /libraries/iksemel/README | |
parent | c4e1a92e0b14e056ad7a347d7bd2ccd968437af9 (diff) |
libraries/iksemel: Added (XML parser for Jabber apps)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/iksemel/README')
-rw-r--r-- | libraries/iksemel/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/iksemel/README b/libraries/iksemel/README new file mode 100644 index 0000000000000..0ff588ce24037 --- /dev/null +++ b/libraries/iksemel/README @@ -0,0 +1,10 @@ +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.
\ No newline at end of file |