descriptionIris is a comprehensive library for working with the XMPP/Jabber protocol
homepage URLhttp://psi-im.org/
repository URLgit://git.psi-im.org/iris.git
ownerdt@korn.shell.la
last changeFri, 11 Nov 2011 13:26:24 +0000 (11 13:26 +0000)
last refreshSat, 31 Oct 2009 21:10:17 +0000 (31 22:10 +0100)
content tags
add:
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.
shortlog
2011-11-11 Sergey IFixed: choose filetransfer transport by priority (thank... mastertrunk
2011-07-12 Justin Karnegesclose requires unistd.h
2011-06-14 Sergey Iremove qt3 symbol qPixmapFromMimeSource
2011-06-05 Sergey IDon't send muc unavailable after global unvailable
2011-04-03 Justin Karnegesfix crash with ipv6 nameserver usage on mac
2011-03-02 Sergey I(Re)moved Jid deprecated methods
2011-02-27 Sergey IFixed S5B in MUCs. implemented by not yet released...
2011-02-25 Sergey I1. Filter out possibly insecure xhtml-im elements.
2011-02-24 Sergey ISlightly improve bytestreams management
2011-02-23 Sergey IAdded 2 forgotten files
2011-02-23 Sergey IFixed IBB and partially S5B in MUCs
2011-01-24 Sergey IAdded Bits Of Binary (XEP-0231) support
2010-12-25 Justin Karnegesread last line in a file even if it doesn't end in...
2010-12-25 Justin Karnegespatch for 64-bit. thanks to Khnykin Evgeniy
2010-10-27 Justin Karnegesattempt to read windows hosts files from correct locations
2010-10-27 Justin Karnegesfix crash when accessing cache that contains nxdomain
...
heads
12 years ago master