Warning, /games/ksirk/ksirk/iris/README is written in an unsupported language. File is not indexed.

0001 Iris XMPP Library
0002 -----------------
0003 Date: August 24th, 2008
0004 Website: http://delta.affinix.com/iris/
0005 Mailing List: Delta Project <delta@lists.affinix.com>
0006 
0007 
0008 Install
0009 -------
0010   First, build Iris:
0011 
0012     Unix:
0013       qconf
0014       ./configure
0015       make
0016 
0017     Windows:
0018       copy conf_win.pri.example conf_win.pri
0019       copy confapp_win.pri.example confapp_win.pri
0020       qmake
0021       make (or nmake)
0022 
0023   There is no installation.  Just include iris.pri in your qmake project.
0024   Iris requires Qt 4.2 or greater and QCA 2.0 or greater.
0025 
0026 
0027 License
0028 -------
0029   This library is licensed under the Lesser GNU General Public License.  See
0030   the COPYING file for more information.
0031 
0032 
0033 Description
0034 -----------
0035 
0036   Iris is a comprehensive library for working with the XMPP/Jabber protocol.
0037   It complies with the XMPP RFCs and many XEPs.
0038 
0039   In addition to XMPP, Iris also offers access to many other protocols and
0040   concepts, including DNS, DNS-SD, connection and transport abstraction, HTTP,
0041   SOCKS, XML streaming, network interfaces, compression, encryption,
0042   authentication, flow control, proxies, and NAT traversal.