wok-6.x annotate qxmpp/description.txt @ rev 16761
Up: isomaster (1.3.11)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Jun 17 04:55:00 2014 +0300 (2014-06-17) |
parents | |
children |
rev | line source |
---|---|
al@16321 | 1 QXmpp is a cross-platform C++ XMPP client and server library. It is written |
al@16321 | 2 in C++ and uses the Qt framework. |
al@16321 | 3 |
al@16321 | 4 QXmpp strives to be as easy to use as possible, the underlying TCP socket, |
al@16321 | 5 the core XMPP RFCs (RFC3920 and RFC3921) and XMPP extensions have been |
al@16321 | 6 encapsulated into classes and functions. QXmpp comes with full |
al@16321 | 7 API documentation, automatic tests and numerous examples. |
al@16321 | 8 |
al@16321 | 9 QXmpp uses Qt extensively, and as such users need to a have working knowledge |
al@16321 | 10 of C++ and Qt basics (Signals and Slots and Qt data types). |
al@16321 | 11 |
al@16321 | 12 Qt is the only third party library which is required to build QXmpp, but |
al@16321 | 13 libraries such as speex and theora enable additional features. |
al@16321 | 14 |
al@16321 | 15 QXmpp is released under the terms of the GNU Lesser General Public License, |
al@16321 | 16 version 2.1 or later. |