Andrey Volk f82c1f04c5 [iksemel] Fix memory leak há 3 anos atrás
..
build c569fb0f29 FS-1248: link to libgcrypt as well, please report any platforms this breaks, but it should be portable há 14 anos atrás
doc 12847582a7 don't build docs that require new build dep texinfo há 15 anos atrás
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 há 10 anos atrás
src ee06958df6 [Build-System] Windows: Update OpenSSL to 1.1.1l, libpq to 10.18, curl to 7.78.0, libks to 1.7.0, signalwire-c to 1.3.0, rabbitmq-c to 0.11.0 há 3 anos atrás
test 5e5fd214b5 [iksemel, libdingaling] scan-build: fix multiple dead assignments and dereference of null pointer há 4 anos atrás
tools f82c1f04c5 [iksemel] Fix memory leak há 3 anos atrás
.update e201bb01ea FS-5610 --resolve há 11 anos atrás
AUTHORS 83f4a9dc2f add iksemel to in tree libs há 18 anos atrás
COPYING 83f4a9dc2f add iksemel to in tree libs há 18 anos atrás
ChangeLog 2005e1862f merge in new iksemel patches há 16 anos atrás
HACKING 83f4a9dc2f add iksemel to in tree libs há 18 anos atrás
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 há 13 anos atrás
Makefile.am 83f4a9dc2f add iksemel to in tree libs há 18 anos atrás
NEWS 2005e1862f merge in new iksemel patches há 16 anos atrás
README 2005e1862f merge in new iksemel patches há 16 anos atrás
TODO 83f4a9dc2f add iksemel to in tree libs há 18 anos atrás
acinclude.m4 b3b098bb83 add pkg-config macro há 13 anos atrás
acsite.m4 fab53a96c5 há 17 anos atrás
configure.ac 2513388d8a clean up some bootstrap warnings há 10 anos atrás
configure.gnu e3ea76dd47 fix calling of sub configure.gnu files during --srcdir build (FSBUILD-211) há 15 anos atrás
iksemel.pc.in 83f4a9dc2f add iksemel to in tree libs há 18 anos atrás
ltmain.sh 4d3dac5b52 FSBUILD-249 há 14 anos atrás
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 há 9 anos atrás

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