freeswitch/libs/iksemel
Andrey Volk fa6d0c4157 [iksemel] Fix potential memory leak in iksroster 2022-08-09 23:41:10 +03:00
..
build
doc
include iksemel - remove support for SSLv23 in iks_proceed_tls (was a FS addition to iksemel). mod_rayo - updated to no longer support SSLv23 2014-11-17 09:46:23 -05:00
src Fix dead nested assignments in various modules 2022-08-09 23:20:52 +03:00
test [iksemel, libdingaling] scan-build: fix multiple dead assignments and dereference of null pointer 2020-02-22 01:48:43 +04:00
tools [iksemel] Fix potential memory leak in iksroster 2022-08-09 23:41:10 +03:00
.update
AUTHORS
COPYING
ChangeLog
HACKING
INSTALL
Makefile.am
NEWS
README
TODO
acinclude.m4
acsite.m4
configure.ac
configure.gnu
iksemel.pc.in
ltmain.sh
openssl.m4 FS-7314 #resolve #comment try to fix openssl configure detection failure caused by broken commit upstream in openssl 1.0.2. I don't have a box with this version of openssl so you'll need to let me know if this doesn't work 2015-02-23 11:51:48 -05:00

README

                      iksemel 1.3

Copyright (c) 2000-2004 Gurer Ozen <madcat@e-kolay.net>


Introduction:
-------------

This is an XML parser library mainly designed for Jabber applications.
It provides SAX, DOM, and special Jabber stream APIs. Library is coded
in ANSI C except the network code (which is POSIX compatible), thus
highly portable. Iksemel is released under GNU Lesser General Public
License. A copy of the license is included in the COPYING file.


Requirements:
-------------

Libtool, Automake and Autoconf packages are required for compiling cvs
versions.


Compiling & Install:
--------------------

If you got the source from CVS, type

  ./autogen.sh

for creating configuration script and files.

Then type

  ./configure
  make

now library is compiled. You can test it with

  make check

and install it with

  (become root if necessary)
  make install