ABOUT

This is a fork of QXmpp version 0.1.
QXmpp is cross-platform C++ client library for XMPP. It is based on Qt.

See also the file README.qxmpp-orig


BUILDING QXmpp

$ ./configure
$ make
# make install

This will install shared libraries in /usr/local/lib/qxmpp
and header files in /usr/local/includes/qxmpp


