public
Description: Iris Jabber/XMPP library
Homepage: http://delta.affinix.com/iris
Clone URL: git://github.com/psi-im/iris.git
iris /
name age message
file .gitignore Sat Nov 22 10:04:48 -0800 2008 more stuff git-svn-id: http://delta.affinix.c... [Justin Karneges]
file COPYING Tue Jul 15 13:12:56 -0700 2008 add COPYING, README, TODO git-svn-id: http://... [Justin Karneges]
file README Sun Dec 07 13:30:40 -0800 2008 put the configure script in the repo, since iri... [Justin Karneges]
file TODO Tue Jul 15 13:12:56 -0700 2008 add COPYING, README, TODO git-svn-id: http://... [Justin Karneges]
file common.pri Fri Sep 26 02:46:03 -0700 2008 Moved deprecated jid flag to common.pri. git-... [remko]
file conf_win.pri.example Tue Oct 14 14:10:17 -0700 2008 update example files with more zlib stuff git... [Justin Karneges]
file confapp.pri Fri Aug 22 16:34:42 -0700 2008 use qconf git-svn-id: http://delta.affinix.co... [Justin Karneges]
file confapp_win.pri.example Tue Oct 14 14:10:17 -0700 2008 update example files with more zlib stuff git... [Justin Karneges]
file configure Sun Dec 07 13:30:40 -0800 2008 put the configure script in the repo, since iri... [Justin Karneges]
directory include/ Mon Jan 26 17:24:08 -0800 2009 generalize StunTransactionPool to act as a targ... [Justin Karneges]
file iris.pri Wed Aug 27 19:07:23 -0700 2008 relink if static libs are changed git-svn-id:... [Justin Karneges]
file iris.pro Fri Jul 03 11:45:50 -0700 2009 make iris buildable with make -j git-svn-id: ... [Justin Karneges]
file iris.qc Fri Aug 22 18:26:25 -0700 2008 require zlib git-svn-id: http://delta.affinix... [Justin Karneges]
directory qcm/ Fri Aug 22 18:26:25 -0700 2008 require zlib git-svn-id: http://delta.affinix... [Justin Karneges]
directory src/ Thu Dec 03 16:47:08 -0800 2009 == takes precedence over &. who knew? git-sv... [Justin Karneges]
directory tools/ Tue Dec 01 19:52:04 -0800 2009 support for tcp and tcp-tls modes of turn-udp ... [Justin Karneges]
README
Iris XMPP Library
-----------------
Date: August 24th, 2008
Website: http://delta.affinix.com/iris/
Mailing List: Delta Project <delta@lists.affinix.com>


Install
-------
  First, build Iris:

    Unix:
      ./configure
      make

    Windows:
      copy conf_win.pri.example conf_win.pri
      copy confapp_win.pri.example confapp_win.pri
      qmake
      make (or nmake)

  There is no installation.  Just include iris.pri in your qmake project.
  Iris requires Qt 4.2 or greater and QCA 2.0 or greater.


License
-------
  This library is licensed under the Lesser GNU General Public License.  See
  the COPYING file for more information.


Description
-----------

  Iris is a comprehensive library for working with the XMPP/Jabber protocol.
  It complies with the XMPP RFCs and many XEPs.

  In addition to XMPP, Iris also offers access to many other protocols and
  concepts, including DNS, DNS-SD, connection and transport abstraction, HTTP,
  SOCKS, XML streaming, network interfaces, compression, encryption,
  authentication, flow control, proxies, and NAT traversal.