Andrey Volk fa6d0c4157 [iksemel] Fix potential memory leak in iksroster 2 anni fa
..
build c569fb0f29 FS-1248: link to libgcrypt as well, please report any platforms this breaks, but it should be portable 14 anni fa
doc 12847582a7 don't build docs that require new build dep texinfo 15 anni fa
include 6f660c3a10 iksemel - remove support for SSLv23 in iks_proceed_tls (was a FS addition to iksemel). mod_rayo - updated to no longer support SSLv23 10 anni fa
src c47c16b1dd Fix dead nested assignments in various modules 2 anni fa
test 5e5fd214b5 [iksemel, libdingaling] scan-build: fix multiple dead assignments and dereference of null pointer 4 anni fa
tools fa6d0c4157 [iksemel] Fix potential memory leak in iksroster 2 anni fa
.update e201bb01ea FS-5610 --resolve 11 anni fa
AUTHORS 83f4a9dc2f add iksemel to in tree libs 18 anni fa
COPYING 83f4a9dc2f add iksemel to in tree libs 18 anni fa
ChangeLog 2005e1862f merge in new iksemel patches 16 anni fa
HACKING 83f4a9dc2f add iksemel to in tree libs 18 anni fa
INSTALL f506e19e15 FS-3471 making this the new default and patching libdingaling to use it exclusively with openssl, now we actually have single thread for gtalk an no gah noodlez 13 anni fa
Makefile.am 83f4a9dc2f add iksemel to in tree libs 18 anni fa
NEWS 2005e1862f merge in new iksemel patches 16 anni fa
README 2005e1862f merge in new iksemel patches 16 anni fa
TODO 83f4a9dc2f add iksemel to in tree libs 18 anni fa
acinclude.m4 b3b098bb83 add pkg-config macro 13 anni fa
acsite.m4 fab53a96c5 17 anni fa
configure.ac 2513388d8a clean up some bootstrap warnings 10 anni fa
configure.gnu e3ea76dd47 fix calling of sub configure.gnu files during --srcdir build (FSBUILD-211) 15 anni fa
iksemel.pc.in 83f4a9dc2f add iksemel to in tree libs 18 anni fa
ltmain.sh 4d3dac5b52 FSBUILD-249 14 anni fa
openssl.m4 320d2eae52 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 9 anni fa

README


iksemel 1.3

Copyright (c) 2000-2004 Gurer Ozen


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