Fixed: choose filetransfer transport by priority (thanks Dealer_WeARE)
[iris.git] / README
blob55b204af677496d3bce19256f86bb0d253514cf4
1 Iris XMPP Library
2 -----------------
3 Date: August 24th, 2008
4 Website: http://delta.affinix.com/iris/
5 Mailing List: Delta Project <delta@lists.affinix.com>
8 Install
9 -------
10   First, build Iris:
12     Unix:
13       ./configure
14       make
16     Windows:
17       copy conf_win.pri.example conf_win.pri
18       copy confapp_win.pri.example confapp_win.pri
19       qmake
20       make (or nmake)
22   There is no installation.  Just include iris.pri in your qmake project.
23   Iris requires Qt 4.2 or greater and QCA 2.0 or greater.
26 License
27 -------
28   This library is licensed under the Lesser GNU General Public License.  See
29   the COPYING file for more information.
32 Description
33 -----------
35   Iris is a comprehensive library for working with the XMPP/Jabber protocol.
36   It complies with the XMPP RFCs and many XEPs.
38   In addition to XMPP, Iris also offers access to many other protocols and
39   concepts, including DNS, DNS-SD, connection and transport abstraction, HTTP,
40   SOCKS, XML streaming, network interfaces, compression, encryption,
41   authentication, flow control, proxies, and NAT traversal.