freeswitch/libs/iksemel
Brian West 9b2ad94b6a FS-6683: [mod_dingaling] iksemel TLS-Fragments #resolve 2017-02-03 17:29:46 -06:00
..
build FS-1248: link to libgcrypt as well, please report any platforms this breaks, but it should be portable 2010-10-03 04:56:35 -04:00
doc don't build docs that require new build dep texinfo 2009-06-09 01:41:05 +00:00
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 FS-6683: [mod_dingaling] iksemel TLS-Fragments #resolve 2017-02-03 17:29:46 -06:00
test clean up some bootstrap warnings 2014-03-07 18:36:26 -05:00
tools clean up some bootstrap warnings 2014-03-07 18:36:26 -05:00
.update FS-5610 --resolve 2013-07-15 16:57:55 -05:00
AUTHORS add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
COPYING add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
ChangeLog merge in new iksemel patches 2009-02-04 23:59:19 +00:00
HACKING add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
INSTALL 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 2011-10-17 12:30:51 -05:00
Makefile.am add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
NEWS merge in new iksemel patches 2009-02-04 23:59:19 +00:00
README merge in new iksemel patches 2009-02-04 23:59:19 +00:00
TODO add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
acinclude.m4 add pkg-config macro 2012-01-11 20:14:17 -05:00
acsite.m4 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4542 d0543943-73ff-0310-b7d9-9358b9ac24b2 2007-03-11 11:33:06 +00:00
configure.ac clean up some bootstrap warnings 2014-03-07 18:36:26 -05:00
configure.gnu fix calling of sub configure.gnu files during --srcdir build (FSBUILD-211) 2009-11-24 23:04:21 +00:00
iksemel.pc.in add iksemel to in tree libs 2006-12-20 15:45:14 +00:00
ltmain.sh FSBUILD-249 2010-02-23 22:56:54 +00:00
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