mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/iksemel: Update README.
This commit is contained in:
parent
c61cb0cc8b
commit
33ff04713b
1 changed files with 8 additions and 3 deletions
|
@ -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).
|
* 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.
|
* Provides SAX, DOM and XMPP parsers.
|
||||||
* TLS (via gnutls) and SASL support for XMPP security.
|
* TLS (via gnutls) and SASL support for XMPP security.
|
||||||
* Only UTF8 encoding is built-in supported.
|
* Only UTF8 encoding is built-in supported.
|
||||||
* Fully documented with examples.
|
* 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.
|
||||||
|
|
Loading…
Reference in a new issue